Html Css Color HEX #0D119C Ultramarine

📋 copy color: '#0D119C'

red 13 ◦ green 17 ◦ blue 156

#0D119C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #0D119C

Tints of Ultramarine #0D119C

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 value IS 0.92

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0D119C (or 0x0D119C) is known color: 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

RGB 13 17 156 -
CMYK 0.92 0.89 0 0.39
HSL 238.32º 0.85% 0.33% -
HSV(B) 238.32º 0.92% 0.61% -
XYZ 6.37 2.89 31.67 -
YUV 31.65 198.17 114.7 -
System Red Green Blue C M Y K H S L
Decimal 13 17 156 0.92 0.89 0 0.39 238.32 0.85 0.33
Hex D 11 9C 5C 59 0 27 EE 55 21
Octal 15 21 234 134 131 0 47 356 125 41
Binary 1101 10001 10011100 1011100 1011001 0 100111 11101110 1010101 100001

Color Harmonies of #0D119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D119C

Black with #0D119C

Text Example


Text Example

White with #0D119C

Text Example


Text Example

HTML Codes & Css Web 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>