#0A1489

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

Shades of Ultramarine #0A1489

Tints of Ultramarine #0A1489

Color information

#0A1489 (or 0x0A1489) is unknown color: approx Ultramarine. HEX triplet: 0A, 14 and 89. RGB value is (10,20,137). Sum of RGB (Red+Green+Blue) = 10+20+137=167 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.99% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 137 (53.91% from 255 or 82.04% from 167); Max value from RGB is 137 - color contains mainly: blue. Hex color #0A1489 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1489 is #F5EB76. Grayscale: #1D1D1D. Windows color (decimal): -16116599 or 8983562. OLE color: 8983562.

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

Color convert

RGB1020137-
CMYK0.930.8500.46
HSL235.28º86.39%28.82%-
HSV(B)235.28º92.7%53.73%-
XYZ4.892.3723.87-
YUV30.35188.19113.49-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.99%
GREEN value IS 20 (8.20% from 255) = 11.98%
BLUE value IS 137 (53.91% from 255) = 82.04%
R=5.99%
G=11.98%
B=82.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10201370.930.8500.46235.2886.3928.82
HexA14895D5502Eeb561d
Octal122421113512505635312635
Binary1010101001000100110111011010101010111011101011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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