Html Css Color HEX #010677 Navy

📋 copy color: '#010677'

red 1 ◦ green 6 ◦ blue 119

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

Shades of Navy #010677

Tints of Navy #010677

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.76%

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

R = 0.79%
G = 4.76%
B = 94.44%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#010677 (or 0x010677) is known color: Navy. HEX triplet: 01, 06 and 77. RGB value is (1,6,119). Sum of RGB (Red+Green+Blue) = 1+6+119=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 119 (46.88% from 255 or 94.44% from 126); Max value from RGB is 119 - color contains mainly: blue. Hex color #010677 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010677 is #FEF988. Grayscale: #101010. Windows color (decimal): -16710025 or 7800321. OLE color: 7800321.

HSL color Cylindrical-coordinate representation of color #010677: hue angle of 237.46º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010677 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 6 119 -
CMYK 0.99 0.95 0 0.53
HSL 237.46º 0.98% 0.24% -
HSV(B) 237.46º 0.99% 0.47% -
XYZ 3.41 1.47 17.56 -
YUV 17.39 185.34 116.31 -
System Red Green Blue C M Y K H S L
Decimal 1 6 119 0.99 0.95 0 0.53 237.46 0.98 0.24
Hex 1 6 77 63 5F 0 35 ED 62 18
Octal 1 6 167 143 137 0 65 355 142 30
Binary 1 110 1110111 1100011 1011111 0 110101 11101101 1100010 11000

Color Harmonies of #010677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010677

Black with #010677

Text Example


Text Example

White with #010677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010677; }

 p { color: rgb(1,6,119); }

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

background-color css

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

 a { background-color: rgb(1,6,119); }

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

border-color css

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

 span { border-color: rgb(1,6,119); }

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