#0D1890

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

Shades of Ultramarine #0D1890

Tints of Ultramarine #0D1890

Color information

#0D1890 (or 0x0D1890) is unknown color: approx Ultramarine. HEX triplet: 0D, 18 and 90. RGB value is (13,24,144). Sum of RGB (Red+Green+Blue) = 13+24+144=181 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.18% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 144 (56.64% from 255 or 79.56% from 181); Max value from RGB is 144 - color contains mainly: blue. Hex color #0D1890 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1890 is #F2E76F. Grayscale: #212121. Windows color (decimal): -15918960 or 9443341. OLE color: 9443341.

HSL color Cylindrical-coordinate representation of color #0D1890: hue angle of 234.96º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D1890 is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1324144-
CMYK0.910.8300.44
HSL234.96º83.44%30.78%-
HSV(B)234.96º90.97%56.47%-
XYZ5.532.7526.63-
YUV34.39189.86112.74-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.18%
GREEN value IS 24 (9.77% from 255) = 13.26%
BLUE value IS 144 (56.64% from 255) = 79.56%
R=7.18%
G=13.26%
B=79.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13241440.910.8300.44234.9683.4430.78
HexD18905B5302Ceb531f
Octal153022013312305435312337
Binary1101110001001000010110111010011010110011101011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,24,144); }

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

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

 a { background-color: rgb(13,24,144); }

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

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

 span { border-color: rgb(13,24,144); }

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