#0D1489

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

Shades of Ultramarine #0D1489

Tints of Ultramarine #0D1489

Color information

#0D1489 (or 0x0D1489) is unknown color: approx Ultramarine. HEX triplet: 0D, 14 and 89. RGB value is (13,20,137). Sum of RGB (Red+Green+Blue) = 13+20+137=170 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.65% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 137 (53.91% from 255 or 80.59% from 170); Max value from RGB is 137 - color contains mainly: blue. Hex color #0D1489 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1489 is #F2EB76. Grayscale: #1E1E1E. Windows color (decimal): -15919991 or 8983565. OLE color: 8983565.

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

Color convert

RGB1320137-
CMYK0.910.8500.46
HSL236.61º82.67%29.41%-
HSV(B)236.61º90.51%53.73%-
XYZ4.932.3923.87-
YUV31.24187.68114.99-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.65%
GREEN value IS 20 (8.20% from 255) = 11.76%
BLUE value IS 137 (53.91% from 255) = 80.59%
R=7.65%
G=11.76%
B=80.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13201370.910.8500.46236.6182.6729.41
HexD14895B5502Eed531d
Octal152421113312505635512335
Binary1101101001000100110110111010101010111011101101101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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