Html Css Color HEX #0D119B Ultramarine

📋 copy color: '#0D119B'

red 13 ◦ green 17 ◦ blue 155

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

Shades of Ultramarine #0D119B

Tints of Ultramarine #0D119B

RGB

 RED value IS 13 (5.47% from 255) = 7.03%

 GREEN value IS 17 (7.03% from 255) = 9.19%

 BLUE value IS 155 (60.94% from 255) = 83.78%

R = 7.03%
G = 9.19%
B = 83.78%

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

#0D119B (or 0x0D119B) is known color: Ultramarine. HEX triplet: 0D, 11 and 9B. RGB value is (13,17,155). Sum of RGB (Red+Green+Blue) = 13+17+155=185 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.03% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 155 (60.94% from 255 or 83.78% from 185); Max value from RGB is 155 - color contains mainly: blue. Hex color #0D119B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D119B is #F2EE64. Grayscale: #1E1E1E. Windows color (decimal): -15920741 or 10162445. OLE color: 10162445.

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

Color convert

RGB 13 17 155 -
CMYK 0.92 0.89 0 0.39
HSL 238.31º 0.85% 0.33% -
HSV(B) 238.31º 0.92% 0.61% -
XYZ 6.28 2.85 31.23 -
YUV 31.54 197.67 114.78 -
System Red Green Blue C M Y K H S L
Decimal 13 17 155 0.92 0.89 0 0.39 238.31 0.85 0.33
Hex D 11 9B 5C 59 0 27 EE 55 21
Octal 15 21 233 134 131 0 47 356 125 41
Binary 1101 10001 10011011 1011100 1011001 0 100111 11101110 1010101 100001

Color Harmonies of #0D119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D119B

Black with #0D119B

Text Example


Text Example

White with #0D119B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D119B;
 }
 .AnyTagClassName
 {
   color: #0D119B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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