Html Css Color HEX #001377 Navy

📋 copy color: '#001377'

red 0 ◦ green 19 ◦ blue 119

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

Shades of Navy #001377

Tints of Navy #001377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 86.23%

R = 0%
G = 13.77%
B = 86.23%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#001377 (or 0x001377) is known color: Navy. HEX triplet: 00, 13 and 77. RGB value is (0,19,119). Sum of RGB (Red+Green+Blue) = 0+19+119=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 119 (46.88% from 255 or 86.23% from 138); Max value from RGB is 119 - color contains mainly: blue. Hex color #001377 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001377 is #FFEC88. Grayscale: #181818. Windows color (decimal): -16772233 or 7803648. OLE color: 7803648.

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

Color convert

RGB 0 19 119 -
CMYK 1 0.84 0 0.53
HSL 230.42º 1% 0.23% -
HSV(B) 230.42º 1% 0.47% -
XYZ 3.56 1.8 17.61 -
YUV 24.72 181.21 110.37 -
System Red Green Blue C M Y K H S L
Decimal 0 19 119 1 0.84 0 0.53 230.42 1 0.23
Hex 0 13 77 64 54 0 35 E6 64 17
Octal 0 23 167 144 124 0 65 346 144 27
Binary 0 10011 1110111 1100100 1010100 0 110101 11100110 1100100 10111

Color Harmonies of #001377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001377

Black with #001377

Text Example


Text Example

White with #001377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001377; }

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

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

background-color css

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

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

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

border-color css

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

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

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