Html Css Color HEX #010178 Navy

📋 copy color: '#010178'

red 1 ◦ green 1 ◦ blue 120

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

Shades of Navy #010178

Tints of Navy #010178

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.82%

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

R = 0.82%
G = 0.82%
B = 98.36%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#010178 (or 0x010178) is known color: Navy. HEX triplet: 01, 01 and 78. RGB value is (1,1,120). Sum of RGB (Red+Green+Blue) = 1+1+120=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 120 (47.27% from 255 or 98.36% from 122); Max value from RGB is 120 - color contains mainly: blue. Hex color #010178 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010178 is #FEFE87. Grayscale: #0E0E0E. Windows color (decimal): -16711304 or 7864577. OLE color: 7864577.

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

Color convert

RGB 1 1 120 -
CMYK 0.99 0.99 0 0.53
HSL 240º 0.98% 0.24% -
HSV(B) 240º 0.99% 0.47% -
XYZ 3.41 1.38 17.86 -
YUV 14.57 187.5 118.32 -
System Red Green Blue C M Y K H S L
Decimal 1 1 120 0.99 0.99 0 0.53 240 0.98 0.24
Hex 1 1 78 63 63 0 35 F0 62 18
Octal 1 1 170 143 143 0 65 360 142 30
Binary 1 1 1111000 1100011 1100011 0 110101 11110000 1100010 11000

Color Harmonies of #010178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010178

Black with #010178

Text Example


Text Example

White with #010178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010178; }

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

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

background-color css

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

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

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

border-color css

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

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

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