Html Css Color HEX #0D1181 Ultramarine

📋 copy color: '#0D1181'

red 13 ◦ green 17 ◦ blue 129

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

Shades of Ultramarine #0D1181

Tints of Ultramarine #0D1181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 81.13%

R = 8.18%
G = 10.69%
B = 81.13%

CMYK

 C value IS 0.90

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0D1181 (or 0x0D1181) is known color: Ultramarine. HEX triplet: 0D, 11 and 81. RGB value is (13,17,129). Sum of RGB (Red+Green+Blue) = 13+17+129=159 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.18% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 129 (50.78% from 255 or 81.13% from 159); Max value from RGB is 129 - color contains mainly: blue. Hex color #0D1181 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D1181 is #F2EE7E. Grayscale: #1C1C1C. Windows color (decimal): -15920767 or 8458509. OLE color: 8458509.

HSL color Cylindrical-coordinate representation of color #0D1181: hue angle of 237.93º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D1181 is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 13 17 129 -
CMYK 0.90 0.87 0 0.49
HSL 237.93º 0.82% 0.28% -
HSV(B) 237.93º 0.9% 0.51% -
XYZ 4.33 2.07 20.94 -
YUV 28.57 184.67 116.89 -
System Red Green Blue C M Y K H S L
Decimal 13 17 129 0.90 0.87 0 0.49 237.93 0.82 0.28
Hex D 11 81 5A 57 0 31 EE 52 1C
Octal 15 21 201 132 127 0 61 356 122 34
Binary 1101 10001 10000001 1011010 1010111 0 110001 11101110 1010010 11100

Color Harmonies of #0D1181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1181

Black with #0D1181

Text Example


Text Example

White with #0D1181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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