Html Css Color HEX #010978 Navy

📋 copy color: '#010978'

red 1 ◦ green 9 ◦ blue 120

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

Shades of Navy #010978

Tints of Navy #010978

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.92%

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

R = 0.77%
G = 6.92%
B = 92.31%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#010978 (or 0x010978) is known color: Navy. HEX triplet: 01, 09 and 78. RGB value is (1,9,120). Sum of RGB (Red+Green+Blue) = 1+9+120=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 120 (47.27% from 255 or 92.31% from 130); Max value from RGB is 120 - color contains mainly: blue. Hex color #010978 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010978 is #FEF687. Grayscale: #121212. Windows color (decimal): -16709256 or 7866625. OLE color: 7866625.

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

Color convert

RGB 1 9 120 -
CMYK 0.99 0.92 0 0.53
HSL 235.97º 0.98% 0.24% -
HSV(B) 235.97º 0.99% 0.47% -
XYZ 3.5 1.56 17.89 -
YUV 19.26 184.85 114.97 -
System Red Green Blue C M Y K H S L
Decimal 1 9 120 0.99 0.92 0 0.53 235.97 0.98 0.24
Hex 1 9 78 63 5C 0 35 EC 62 18
Octal 1 11 170 143 134 0 65 354 142 30
Binary 1 1001 1111000 1100011 1011100 0 110101 11101100 1100010 11000

Color Harmonies of #010978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010978

Black with #010978

Text Example


Text Example

White with #010978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010978; }

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

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

background-color css

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

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

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

border-color css

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

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

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