Html Css Color HEX #0D0371 Navy

📋 copy color: '#0D0371'

red 13 ◦ green 3 ◦ blue 113

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

Shades of Navy #0D0371

Tints of Navy #0D0371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.33%

 BLUE value IS 113 (44.53% from 255) = 87.6%

R = 10.08%
G = 2.33%
B = 87.6%

CMYK

 C value IS 0.88

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0D0371 (or 0x0D0371) is known color: Navy. HEX triplet: 0D, 03 and 71. RGB value is (13,3,113). Sum of RGB (Red+Green+Blue) = 13+3+113=129 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10.08% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 113 (44.53% from 255 or 87.60% from 129); Max value from RGB is 113 - color contains mainly: blue. Hex color #0D0371 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0371 is #F2FC8E. Grayscale: #121212. Windows color (decimal): -15924367 or 7406349. OLE color: 7406349.

HSL color Cylindrical-coordinate representation of color #0D0371: hue angle of 245.45º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D0371 is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 13 3 113 -
CMYK 0.88 0.97 0 0.56
HSL 245.45º 0.95% 0.23% -
HSV(B) 245.45º 0.97% 0.44% -
XYZ 3.18 1.34 15.71 -
YUV 18.53 181.31 124.06 -
System Red Green Blue C M Y K H S L
Decimal 13 3 113 0.88 0.97 0 0.56 245.45 0.95 0.23
Hex D 3 71 58 61 0 38 F5 5F 17
Octal 15 3 161 130 141 0 70 365 137 27
Binary 1101 11 1110001 1011000 1100001 0 111000 11110101 1011111 10111

Color Harmonies of #0D0371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0371

Black with #0D0371

Text Example


Text Example

White with #0D0371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,3,113); }

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

background-color css

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

 a { background-color: rgb(13,3,113); }

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

border-color css

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

 span { border-color: rgb(13,3,113); }

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