Html Css Color HEX #010774 Navy

📋 copy color: '#010774'

red 1 ◦ green 7 ◦ blue 116

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

Shades of Navy #010774

Tints of Navy #010774

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.65%

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

R = 0.81%
G = 5.65%
B = 93.55%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#010774 (or 0x010774) is known color: Navy. HEX triplet: 01, 07 and 74. RGB value is (1,7,116). Sum of RGB (Red+Green+Blue) = 1+7+116=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 116 (45.70% from 255 or 93.55% from 124); Max value from RGB is 116 - color contains mainly: blue. Hex color #010774 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010774 is #FEF88B. Grayscale: #111111. Windows color (decimal): -16709772 or 7603969. OLE color: 7603969.

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

Color convert

RGB 1 7 116 -
CMYK 0.99 0.94 0 0.55
HSL 236.87º 0.98% 0.23% -
HSV(B) 236.87º 0.99% 0.45% -
XYZ 3.24 1.42 16.63 -
YUV 17.63 183.51 116.14 -
System Red Green Blue C M Y K H S L
Decimal 1 7 116 0.99 0.94 0 0.55 236.87 0.98 0.23
Hex 1 7 74 63 5E 0 37 ED 62 17
Octal 1 7 164 143 136 0 67 355 142 27
Binary 1 111 1110100 1100011 1011110 0 110111 11101101 1100010 10111

Color Harmonies of #010774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010774

Black with #010774

Text Example


Text Example

White with #010774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010774; }

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

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

background-color css

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

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

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

border-color css

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

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

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