#0D129C

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

Shades of Ultramarine #0D129C

Tints of Ultramarine #0D129C

Color information

#0D129C (or 0x0D129C) is unknown color: approx Ultramarine. HEX triplet: 0D, 12 and 9C. RGB value is (13,18,156). Sum of RGB (Red+Green+Blue) = 13+18+156=187 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.95% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 156 (61.33% from 255 or 83.42% from 187); Max value from RGB is 156 - color contains mainly: blue. Hex color #0D129C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D129C is #F2ED63. Grayscale: #1F1F1F. Windows color (decimal): -15920484 or 10228237. OLE color: 10228237.

HSL color Cylindrical-coordinate representation of color #0D129C: hue angle of 237.9º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D129C is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1318156-
CMYK0.920.8800.39
HSL237.9º84.62%33.14%-
HSV(B)237.9º91.67%61.18%-
XYZ6.382.9231.68-
YUV32.24197.84114.28-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.95%
GREEN value IS 18 (7.42% from 255) = 9.63%
BLUE value IS 156 (61.33% from 255) = 83.42%
R=6.95%
G=9.63%
B=83.42%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13181560.920.8800.39237.984.6233.14
HexD129C5C58027ee5521
Octal152223413413004735612541
Binary11011001010011100101110010110000100111111011101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D129C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,18,156); }

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

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

 a { background-color: rgb(13,18,156); }

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

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

 span { border-color: rgb(13,18,156); }

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