Html Css Color HEX #000D71 Navy

📋 copy color: '#000D71'

red 0 ◦ green 13 ◦ blue 113

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

Shades of Navy #000D71

Tints of Navy #000D71

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 13 (5.47% from 255) = 10.32%

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

R = 0%
G = 10.32%
B = 89.68%

CMYK

 C value IS 1

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#000D71 (or 0x000D71) is known color: Navy. HEX triplet: 00, 0D and 71. RGB value is (0,13,113). Sum of RGB (Red+Green+Blue) = 0+13+113=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 13 (5.47% from 255 or 10.32% from 126); Blue value is 113 (44.53% from 255 or 89.68% from 126); Max value from RGB is 113 - color contains mainly: blue. Hex color #000D71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000D71 is #FFF28E. Grayscale: #141414. Windows color (decimal): -16773775 or 7408896. OLE color: 7408896.

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

Color convert

RGB 0 13 113 -
CMYK 1 0.88 0 0.56
HSL 233.1º 1% 0.22% -
HSV(B) 233.1º 1% 0.44% -
XYZ 3.12 1.48 15.74 -
YUV 20.51 180.19 113.37 -
System Red Green Blue C M Y K H S L
Decimal 0 13 113 1 0.88 0 0.56 233.1 1 0.22
Hex 0 D 71 64 58 0 38 E9 64 16
Octal 0 15 161 144 130 0 70 351 144 26
Binary 0 1101 1110001 1100100 1011000 0 111000 11101001 1100100 10110

Color Harmonies of #000D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000D71

Black with #000D71

Text Example


Text Example

White with #000D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000D71; }

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

 H1.HeaderClassName
 {
   color: #000D71;
 }
 .AnyTagClassName
 {
   color: #000D71;
 }
</style>

background-color css

<style>
 a { background-color: #000D71; }

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

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

border-color css

<style>
 span { border-color: #000D71; }

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

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