#0A1488

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

Shades of Ultramarine #0A1488

Tints of Ultramarine #0A1488

Color information

#0A1488 (or 0x0A1488) is unknown color: approx Ultramarine. HEX triplet: 0A, 14 and 88. RGB value is (10,20,136). Sum of RGB (Red+Green+Blue) = 10+20+136=166 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.02% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 136 (53.52% from 255 or 81.93% from 166); Max value from RGB is 136 - color contains mainly: blue. Hex color #0A1488 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1488 is #F5EB77. Grayscale: #1D1D1D. Windows color (decimal): -16116600 or 8918026. OLE color: 8918026.

HSL color Cylindrical-coordinate representation of color #0A1488: hue angle of 235.24º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A1488 is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1020136-
CMYK0.930.8500.47
HSL235.24º86.3%28.63%-
HSV(B)235.24º92.65%53.33%-
XYZ4.822.3423.49-
YUV30.23187.69113.57-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.02%
GREEN value IS 20 (8.20% from 255) = 12.05%
BLUE value IS 136 (53.52% from 255) = 81.93%
R=6.02%
G=12.05%
B=81.93%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10201360.930.8500.47235.2486.328.63
HexA14885D5502Feb561d
Octal122421013512505735312635
Binary1010101001000100010111011010101010111111101011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,20,136); }

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

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

 a { background-color: rgb(10,20,136); }

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

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

 span { border-color: rgb(10,20,136); }

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