#0A0E89

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

Shades of Ultramarine #0A0E89

Tints of Ultramarine #0A0E89

Color information

#0A0E89 (or 0x0A0E89) is unknown color: approx Ultramarine. HEX triplet: 0A, 0E and 89. RGB value is (10,14,137). Sum of RGB (Red+Green+Blue) = 10+14+137=161 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.21% from 161); Green value is 14 (5.86% from 255 or 8.70% from 161); Blue value is 137 (53.91% from 255 or 85.09% from 161); Max value from RGB is 137 - color contains mainly: blue. Hex color #0A0E89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0E89 is #F5F176. Grayscale: #1A1A1A. Windows color (decimal): -16118135 or 8982026. OLE color: 8982026.

HSL color Cylindrical-coordinate representation of color #0A0E89: hue angle of 238.11º 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 #0A0E89 is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1014137-
CMYK0.930.9000.46
HSL238.11º86.39%28.82%-
HSV(B)238.11º92.7%53.73%-
XYZ4.82.1823.84-
YUV26.83190.17116-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.21%
GREEN value IS 14 (5.86% from 255) = 8.70%
BLUE value IS 137 (53.91% from 255) = 85.09%
R=6.21%
G=8.70%
B=85.09%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10141370.930.9000.46238.1186.3928.82
HexAE895D5A02Eee561d
Octal121621113513205635612635
Binary101011101000100110111011011010010111011101110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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