#0a1589

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

Shades of Ultramarine #0A1589

Tints of Ultramarine #0A1589

Color information

#0A1589 (or 0x0A1589) is unknown color: approx Ultramarine. HEX triplet: 0A, 15 and 89. RGB value is (10,21,137). Sum of RGB (Red+Green+Blue) = 10+21+137=168 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.95% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 137 (53.91% from 255 or 81.55% from 168); Max value from RGB is 137 - color contains mainly: blue. Hex color #0A1589 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A1589 is #F5EA76. Grayscale: #1E1E1E. Windows color (decimal): -16116343 or 8983818. OLE color: 8983818.

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

Color convert

RGB1021137-
CMYK0.930.8500.46
HSL234.8º86.39%28.82%-
HSV(B)234.8º92.7%53.73%-
XYZ4.912.4123.87-
YUV30.94187.86113.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.95%
GREEN value IS 21 (8.59% from 255) = 12.5%
BLUE value IS 137 (53.91% from 255) = 81.55%
R=5.95%
G=12.5%
B=81.55%

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
Decimal10211370.930.8500.46234.886.3928.82
HexA15895D5502Eeb561d
Octal122521113512505635312635
Binary1010101011000100110111011010101010111011101011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a1589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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