#0D1387

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

Shades of Ultramarine #0D1387

Tints of Ultramarine #0D1387

Color information

#0D1387 (or 0x0D1387) is unknown color: approx Ultramarine. HEX triplet: 0D, 13 and 87. RGB value is (13,19,135). Sum of RGB (Red+Green+Blue) = 13+19+135=167 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.78% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 135 (53.12% from 255 or 80.84% from 167); Max value from RGB is 135 - color contains mainly: blue. Hex color #0D1387 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1387 is #F2EC78. Grayscale: #1D1D1D. Windows color (decimal): -15920249 or 8852237. OLE color: 8852237.

HSL color Cylindrical-coordinate representation of color #0D1387: hue angle of 237.05º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D1387 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1319135-
CMYK0.900.8600.47
HSL237.05º82.43%29.02%-
HSV(B)237.05º90.37%52.94%-
XYZ4.772.323.11-
YUV30.43187.01115.57-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.78%
GREEN value IS 19 (7.81% from 255) = 11.38%
BLUE value IS 135 (53.12% from 255) = 80.84%
R=7.78%
G=11.38%
B=80.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13191350.900.8600.47237.0582.4329.02
HexD13875A5602Fed521d
Octal152320713212605735512235
Binary1101100111000011110110101010110010111111101101101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,19,135); }

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

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

 a { background-color: rgb(13,19,135); }

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

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

 span { border-color: rgb(13,19,135); }

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