Html Css Color HEX #01177D Navy

📋 copy color: '#01177D'

red 1 ◦ green 23 ◦ blue 125

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

Shades of Navy #01177D

Tints of Navy #01177D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 83.89%

R = 0.67%
G = 15.44%
B = 83.89%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01177D (or 0x01177D) is known color: Navy. HEX triplet: 01, 17 and 7D. RGB value is (1,23,125). Sum of RGB (Red+Green+Blue) = 1+23+125=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 125 (49.22% from 255 or 83.89% from 149); Max value from RGB is 125 - color contains mainly: blue. Hex color #01177D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01177D is #FEE882. Grayscale: #1B1B1B. Windows color (decimal): -16705667 or 8197889. OLE color: 8197889.

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

Color convert

RGB 1 23 125 -
CMYK 0.99 0.82 0 0.51
HSL 229.35º 0.98% 0.25% -
HSV(B) 229.35º 0.99% 0.49% -
XYZ 4.02 2.1 19.6 -
YUV 28.05 182.71 108.71 -
System Red Green Blue C M Y K H S L
Decimal 1 23 125 0.99 0.82 0 0.51 229.35 0.98 0.25
Hex 1 17 7D 63 52 0 33 E5 62 19
Octal 1 27 175 143 122 0 63 345 142 31
Binary 1 10111 1111101 1100011 1010010 0 110011 11100101 1100010 11001

Color Harmonies of #01177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01177D

Black with #01177D

Text Example


Text Example

White with #01177D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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