#0A1689

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

Shades of Ultramarine #0A1689

Tints of Ultramarine #0A1689

Color information

#0A1689 (or 0x0A1689) is unknown color: approx Ultramarine. HEX triplet: 0A, 16 and 89. RGB value is (10,22,137). Sum of RGB (Red+Green+Blue) = 10+22+137=169 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.92% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 137 (53.91% from 255 or 81.07% from 169); Max value from RGB is 137 - color contains mainly: blue. Hex color #0A1689 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1689 is #F5E976. Grayscale: #1F1F1F. Windows color (decimal): -16116087 or 8984074. OLE color: 8984074.

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

Color convert

RGB1022137-
CMYK0.930.8400.46
HSL234.33º86.39%28.82%-
HSV(B)234.33º92.7%53.73%-
XYZ4.932.4423.88-
YUV31.52187.52112.65-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.92%
GREEN value IS 22 (8.98% from 255) = 13.02%
BLUE value IS 137 (53.91% from 255) = 81.07%
R=5.92%
G=13.02%
B=81.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10221370.930.8400.46234.3386.3928.82
HexA16895D5402Eea561d
Octal122621113512405635212635
Binary1010101101000100110111011010100010111011101010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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