Html Css Color HEX #01077C Navy

📋 copy color: '#01077C'

red 1 ◦ green 7 ◦ blue 124

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

Shades of Navy #01077C

Tints of Navy #01077C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 93.94%

R = 0.76%
G = 5.3%
B = 93.94%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01077C (or 0x01077C) is known color: Navy. HEX triplet: 01, 07 and 7C. RGB value is (1,7,124). Sum of RGB (Red+Green+Blue) = 1+7+124=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 124 (48.83% from 255 or 93.94% from 132); Max value from RGB is 124 - color contains mainly: blue. Hex color #01077C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #01077C is #FEF883. Grayscale: #121212. Windows color (decimal): -16709764 or 8128257. OLE color: 8128257.

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

Color convert

RGB 1 7 124 -
CMYK 0.99 0.94 0 0.51
HSL 237.07º 0.98% 0.25% -
HSV(B) 237.07º 0.99% 0.49% -
XYZ 3.73 1.61 19.18 -
YUV 18.54 187.51 115.49 -
System Red Green Blue C M Y K H S L
Decimal 1 7 124 0.99 0.94 0 0.51 237.07 0.98 0.25
Hex 1 7 7C 63 5E 0 33 ED 62 19
Octal 1 7 174 143 136 0 63 355 142 31
Binary 1 111 1111100 1100011 1011110 0 110011 11101101 1100010 11001

Color Harmonies of #01077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01077C

Black with #01077C

Text Example


Text Example

White with #01077C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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