Html Css Color HEX #001376 Navy

📋 copy color: '#001376'

red 0 ◦ green 19 ◦ blue 118

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

Shades of Navy #001376

Tints of Navy #001376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.87%

 BLUE value IS 118 (46.48% from 255) = 86.13%

R = 0%
G = 13.87%
B = 86.13%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#001376 (or 0x001376) is known color: Navy. HEX triplet: 00, 13 and 76. RGB value is (0,19,118). Sum of RGB (Red+Green+Blue) = 0+19+118=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 118 (46.48% from 255 or 86.13% from 137); Max value from RGB is 118 - color contains mainly: blue. Hex color #001376 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001376 is #FFEC89. Grayscale: #181818. Windows color (decimal): -16772234 or 7738112. OLE color: 7738112.

HSL color Cylindrical-coordinate representation of color #001376: hue angle of 230.34º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001376 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 19 118 -
CMYK 1 0.84 0 0.54
HSL 230.34º 1% 0.23% -
HSV(B) 230.34º 1% 0.46% -
XYZ 3.5 1.77 17.3 -
YUV 24.61 180.71 110.45 -
System Red Green Blue C M Y K H S L
Decimal 0 19 118 1 0.84 0 0.54 230.34 1 0.23
Hex 0 13 76 64 54 0 36 E6 64 17
Octal 0 23 166 144 124 0 66 346 144 27
Binary 0 10011 1110110 1100100 1010100 0 110110 11100110 1100100 10111

Color Harmonies of #001376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001376

Black with #001376

Text Example


Text Example

White with #001376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001376; }

 p { color: rgb(0,19,118); }

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

background-color css

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

 a { background-color: rgb(0,19,118); }

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

border-color css

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

 span { border-color: rgb(0,19,118); }

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