Html Css Color HEX #01077F Navy

📋 copy color: '#01077F'

red 1 ◦ green 7 ◦ blue 127

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

Shades of Navy #01077F

Tints of Navy #01077F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.19%

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

R = 0.74%
G = 5.19%
B = 94.07%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#01077F (or 0x01077F) is known color: Navy. HEX triplet: 01, 07 and 7F. RGB value is (1,7,127). Sum of RGB (Red+Green+Blue) = 1+7+127=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 127 (50% from 255 or 94.07% from 135); Max value from RGB is 127 - color contains mainly: blue. Hex color #01077F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01077F is #FEF880. Grayscale: #121212. Windows color (decimal): -16709761 or 8324865. OLE color: 8324865.

HSL color Cylindrical-coordinate representation of color #01077F: hue angle of 237.14º 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 #01077F is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 7 127 -
CMYK 0.99 0.94 0 0.50
HSL 237.14º 0.98% 0.25% -
HSV(B) 237.14º 0.99% 0.5% -
XYZ 3.92 1.69 20.2 -
YUV 18.89 189.01 115.24 -
System Red Green Blue C M Y K H S L
Decimal 1 7 127 0.99 0.94 0 0.50 237.14 0.98 0.25
Hex 1 7 7F 63 5E 0 32 ED 62 19
Octal 1 7 177 143 136 0 62 355 142 31
Binary 1 111 1111111 1100011 1011110 0 110010 11101101 1100010 11001

Color Harmonies of #01077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01077F

Black with #01077F

Text Example


Text Example

White with #01077F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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