#0D119C

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

Shades of Ultramarine #0D119C

Tints of Ultramarine #0D119C

Color information

#0D119C (or 0x0D119C) is unknown color: approx Ultramarine. HEX triplet: 0D, 11 and 9C. RGB value is (13,17,156). Sum of RGB (Red+Green+Blue) = 13+17+156=186 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.99% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 156 (61.33% from 255 or 83.87% from 186); Max value from RGB is 156 - color contains mainly: blue. Hex color #0D119C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D119C is #F2EE63. Grayscale: #1F1F1F. Windows color (decimal): -15920740 or 10227981. OLE color: 10227981.

HSL color Cylindrical-coordinate representation of color #0D119C: hue angle of 238.32º 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 #0D119C is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1317156-
CMYK0.920.8900.39
HSL238.32º84.62%33.14%-
HSV(B)238.32º91.67%61.18%-
XYZ6.372.8931.67-
YUV31.65198.17114.7-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.99%
GREEN value IS 17 (7.03% from 255) = 9.14%
BLUE value IS 156 (61.33% from 255) = 83.87%
R=6.99%
G=9.14%
B=83.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13171560.920.8900.39238.3284.6233.14
HexD119C5C59027ee5521
Octal152123413413104735612541
Binary11011000110011100101110010110010100111111011101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D119C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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