#0A1290

Color #0A1290 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #0A1290

Tints of Ultramarine #0A1290

Color information

#0A1290 (or 0x0A1290) is unknown color: approx Ultramarine. HEX triplet: 0A, 12 and 90. RGB value is (10,18,144). Sum of RGB (Red+Green+Blue) = 10+18+144=172 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.81% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 144 (56.64% from 255 or 83.72% from 172); Max value from RGB is 144 - color contains mainly: blue. Hex color #0A1290 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1290 is #F5ED6F. Grayscale: #1D1D1D. Windows color (decimal): -16117104 or 9441802. OLE color: 9441802.

HSL color Cylindrical-coordinate representation of color #0A1290: hue angle of 236.42º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A1290 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1018144-
CMYK0.930.8800.44
HSL236.42º87.01%30.2%-
HSV(B)236.42º93.06%56.47%-
XYZ5.382.5126.59-
YUV29.97192.35113.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 5.81%
GREEN value IS 18 (7.42% from 255) = 10.47%
BLUE value IS 144 (56.64% from 255) = 83.72%
R=5.81%
G=10.47%
B=83.72%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10181440.930.8800.44236.4287.0130.2
HexA12905D5802Cec571e
Octal122222013513005435412736
Binary1010100101001000010111011011000010110011101100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A1290; }

 p { color: rgb(10,18,144); }

 H1.HeaderClassName
 {
   color: #0A1290;
 }
 .AnyTagClassName
 {
   color: #0A1290;
 }
</style>
background-color css

<style>
 a { background-color: #0A1290; }

 a { background-color: rgb(10,18,144); }

 div.DivClassName
 {
   background-color: #0A1290;
 }
 .BgClassName
 {
   background-color: #0A1290;
 }
</style>
border-color css

<style>
 span { border-color: #0A1290; }

 span { border-color: rgb(10,18,144); }

 td.TdClassName
 {
   border-color: #0A1290;
 }
 .TagClassName
 {
   border-color: #0A1290;
 }
</style>