Html Css Color HEX #0D1199 Ultramarine

📋 copy color: '#0D1199'

red 13 ◦ green 17 ◦ blue 153

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

Shades of Ultramarine #0D1199

Tints of Ultramarine #0D1199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 83.61%

R = 7.1%
G = 9.29%
B = 83.61%

CMYK

 C value IS 0.92

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0D1199 (or 0x0D1199) is known color: Ultramarine. HEX triplet: 0D, 11 and 99. RGB value is (13,17,153). Sum of RGB (Red+Green+Blue) = 13+17+153=183 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.10% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 153 (60.16% from 255 or 83.61% from 183); Max value from RGB is 153 - color contains mainly: blue. Hex color #0D1199 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1199 is #F2EE66. Grayscale: #1E1E1E. Windows color (decimal): -15920743 or 10031373. OLE color: 10031373.

HSL color Cylindrical-coordinate representation of color #0D1199: hue angle of 238.29º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D1199 is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 13 17 153 -
CMYK 0.92 0.89 0 0.4
HSL 238.29º 0.84% 0.33% -
HSV(B) 238.29º 0.92% 0.6% -
XYZ 6.12 2.79 30.35 -
YUV 31.31 196.67 114.94 -
System Red Green Blue C M Y K H S L
Decimal 13 17 153 0.92 0.89 0 0.4 238.29 0.84 0.33
Hex D 11 99 5C 59 0 28 EE 54 21
Octal 15 21 231 134 131 0 50 356 124 41
Binary 1101 10001 10011001 1011100 1011001 0 101000 11101110 1010100 100001

Color Harmonies of #0D1199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1199

Black with #0D1199

Text Example


Text Example

White with #0D1199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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