Html Css Color HEX #010678 Navy

📋 copy color: '#010678'

red 1 ◦ green 6 ◦ blue 120

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

Shades of Navy #010678

Tints of Navy #010678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 94.49%

R = 0.79%
G = 4.72%
B = 94.49%

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

#010678 (or 0x010678) is known color: Navy. HEX triplet: 01, 06 and 78. RGB value is (1,6,120). Sum of RGB (Red+Green+Blue) = 1+6+120=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 120 (47.27% from 255 or 94.49% from 127); Max value from RGB is 120 - color contains mainly: blue. Hex color #010678 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010678 is #FEF987. Grayscale: #111111. Windows color (decimal): -16710024 or 7865857. OLE color: 7865857.

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

Color convert

RGB 1 6 120 -
CMYK 0.99 0.95 0 0.53
HSL 237.48º 0.98% 0.24% -
HSV(B) 237.48º 0.99% 0.47% -
XYZ 3.47 1.49 17.87 -
YUV 17.5 185.84 116.23 -
System Red Green Blue C M Y K H S L
Decimal 1 6 120 0.99 0.95 0 0.53 237.48 0.98 0.24
Hex 1 6 78 63 5F 0 35 ED 62 18
Octal 1 6 170 143 137 0 65 355 142 30
Binary 1 110 1111000 1100011 1011111 0 110101 11101101 1100010 11000

Color Harmonies of #010678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010678

Black with #010678

Text Example


Text Example

White with #010678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010678; }

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

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

background-color css

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

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

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

border-color css

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

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

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