Html Css Color HEX #010676 Navy

📋 copy color: '#010676'

red 1 ◦ green 6 ◦ blue 118

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

Shades of Navy #010676

Tints of Navy #010676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 94.4%

R = 0.8%
G = 4.8%
B = 94.4%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#010676 (or 0x010676) is known color: Navy. HEX triplet: 01, 06 and 76. RGB value is (1,6,118). Sum of RGB (Red+Green+Blue) = 1+6+118=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 118 (46.48% from 255 or 94.4% from 125); Max value from RGB is 118 - color contains mainly: blue. Hex color #010676 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010676 is #FEF989. Grayscale: #101010. Windows color (decimal): -16710026 or 7734785. OLE color: 7734785.

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

Color convert

RGB 1 6 118 -
CMYK 0.99 0.95 0 0.54
HSL 237.44º 0.98% 0.23% -
HSV(B) 237.44º 0.99% 0.46% -
XYZ 3.35 1.44 17.24 -
YUV 17.27 184.84 116.39 -
System Red Green Blue C M Y K H S L
Decimal 1 6 118 0.99 0.95 0 0.54 237.44 0.98 0.23
Hex 1 6 76 63 5F 0 36 ED 62 17
Octal 1 6 166 143 137 0 66 355 142 27
Binary 1 110 1110110 1100011 1011111 0 110110 11101101 1100010 10111

Color Harmonies of #010676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010676

Black with #010676

Text Example


Text Example

White with #010676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010676; }

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

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

background-color css

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

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

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

border-color css

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

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

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