Html Css Color HEX #010679 Navy

📋 copy color: '#010679'

red 1 ◦ green 6 ◦ blue 121

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

Shades of Navy #010679

Tints of Navy #010679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 94.53%

R = 0.78%
G = 4.69%
B = 94.53%

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

#010679 (or 0x010679) is known color: Navy. HEX triplet: 01, 06 and 79. RGB value is (1,6,121). Sum of RGB (Red+Green+Blue) = 1+6+121=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 6 (2.73% from 255 or 4.69% from 128); Blue value is 121 (47.66% from 255 or 94.53% from 128); Max value from RGB is 121 - color contains mainly: blue. Hex color #010679 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010679 is #FEF986. Grayscale: #111111. Windows color (decimal): -16710023 or 7931393. OLE color: 7931393.

HSL color Cylindrical-coordinate representation of color #010679: hue angle of 237.5º 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 #010679 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 6 121 -
CMYK 0.99 0.95 0 0.53
HSL 237.5º 0.98% 0.24% -
HSV(B) 237.5º 0.99% 0.47% -
XYZ 3.53 1.52 18.2 -
YUV 17.62 186.34 116.15 -
System Red Green Blue C M Y K H S L
Decimal 1 6 121 0.99 0.95 0 0.53 237.5 0.98 0.24
Hex 1 6 79 63 5F 0 35 EE 62 18
Octal 1 6 171 143 137 0 65 356 142 30
Binary 1 110 1111001 1100011 1011111 0 110101 11101110 1100010 11000

Color Harmonies of #010679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010679

Black with #010679

Text Example


Text Example

White with #010679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010679; }

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

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

background-color css

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

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

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

border-color css

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

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

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