Html Css Color HEX #010174 Navy

📋 copy color: '#010174'

red 1 ◦ green 1 ◦ blue 116

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

Shades of Navy #010174

Tints of Navy #010174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 98.31%

R = 0.85%
G = 0.85%
B = 98.31%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#010174 (or 0x010174) is known color: Navy. HEX triplet: 01, 01 and 74. RGB value is (1,1,116). Sum of RGB (Red+Green+Blue) = 1+1+116=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 116 (45.70% from 255 or 98.31% from 118); Max value from RGB is 116 - color contains mainly: blue. Hex color #010174 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010174 is #FEFE8B. Grayscale: #0D0D0D. Windows color (decimal): -16711308 or 7602433. OLE color: 7602433.

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

Color convert

RGB 1 1 116 -
CMYK 0.99 0.99 0 0.55
HSL 240º 0.98% 0.23% -
HSV(B) 240º 0.99% 0.45% -
XYZ 3.18 1.29 16.6 -
YUV 14.11 185.5 118.65 -
System Red Green Blue C M Y K H S L
Decimal 1 1 116 0.99 0.99 0 0.55 240 0.98 0.23
Hex 1 1 74 63 63 0 37 F0 62 17
Octal 1 1 164 143 143 0 67 360 142 27
Binary 1 1 1110100 1100011 1100011 0 110111 11110000 1100010 10111

Color Harmonies of #010174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010174

Black with #010174

Text Example


Text Example

White with #010174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010174; }

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

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

background-color css

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

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

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

border-color css

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

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

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