Html Css Color HEX #01177F Navy

📋 copy color: '#01177F'

red 1 ◦ green 23 ◦ blue 127

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

Shades of Navy #01177F

Tints of Navy #01177F

RGB

 RED value IS 1 (0.78% from 255) = 0.66%

 GREEN value IS 23 (9.38% from 255) = 15.23%

 BLUE value IS 127 (50% from 255) = 84.11%

R = 0.66%
G = 15.23%
B = 84.11%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#01177F (or 0x01177F) is known color: Navy. HEX triplet: 01, 17 and 7F. RGB value is (1,23,127). Sum of RGB (Red+Green+Blue) = 1+23+127=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 127 (50% from 255 or 84.11% from 151); Max value from RGB is 127 - color contains mainly: blue. Hex color #01177F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01177F is #FEE880. Grayscale: #1B1B1B. Windows color (decimal): -16705665 or 8328961. OLE color: 8328961.

HSL color Cylindrical-coordinate representation of color #01177F: hue angle of 229.52º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01177F is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 23 127 -
CMYK 0.99 0.82 0 0.50
HSL 229.52º 0.98% 0.25% -
HSV(B) 229.52º 0.99% 0.5% -
XYZ 4.15 2.15 20.28 -
YUV 28.28 183.71 108.54 -
System Red Green Blue C M Y K H S L
Decimal 1 23 127 0.99 0.82 0 0.50 229.52 0.98 0.25
Hex 1 17 7F 63 52 0 32 E6 62 19
Octal 1 27 177 143 122 0 62 346 142 31
Binary 1 10111 1111111 1100011 1010010 0 110010 11100110 1100010 11001

Color Harmonies of #01177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01177F

Black with #01177F

Text Example


Text Example

White with #01177F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01177F; }

 p { color: rgb(1,23,127); }

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

background-color css

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

 a { background-color: rgb(1,23,127); }

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

border-color css

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

 span { border-color: rgb(1,23,127); }

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