Html Css Color HEX #010874 Navy

📋 copy color: '#010874'

red 1 ◦ green 8 ◦ blue 116

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

Shades of Navy #010874

Tints of Navy #010874

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.4%

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

R = 0.8%
G = 6.4%
B = 92.8%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#010874 (or 0x010874) is known color: Navy. HEX triplet: 01, 08 and 74. RGB value is (1,8,116). Sum of RGB (Red+Green+Blue) = 1+8+116=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 116 (45.70% from 255 or 92.8% from 125); Max value from RGB is 116 - color contains mainly: blue. Hex color #010874 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010874 is #FEF78B. Grayscale: #111111. Windows color (decimal): -16709516 or 7604225. OLE color: 7604225.

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

Color convert

RGB 1 8 116 -
CMYK 0.99 0.93 0 0.55
HSL 236.35º 0.98% 0.23% -
HSV(B) 236.35º 0.99% 0.45% -
XYZ 3.25 1.44 16.63 -
YUV 18.22 183.18 115.72 -
System Red Green Blue C M Y K H S L
Decimal 1 8 116 0.99 0.93 0 0.55 236.35 0.98 0.23
Hex 1 8 74 63 5D 0 37 EC 62 17
Octal 1 10 164 143 135 0 67 354 142 27
Binary 1 1000 1110100 1100011 1011101 0 110111 11101100 1100010 10111

Color Harmonies of #010874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010874

Black with #010874

Text Example


Text Example

White with #010874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010874; }

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

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

background-color css

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

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

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

border-color css

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

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

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