Html Css Color HEX #010074 Navy

📋 copy color: '#010074'

red 1 ◦ green 0 ◦ blue 116

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

Shades of Navy #010074

Tints of Navy #010074

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 0.85%
G = 0%
B = 99.15%

CMYK

 C value IS 0.99

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#010074 (or 0x010074) is known color: Navy. HEX triplet: 01, 00 and 74. RGB value is (1,0,116). Sum of RGB (Red+Green+Blue) = 1+0+116=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 116 (45.70% from 255 or 99.15% from 117); Max value from RGB is 116 - color contains mainly: blue. Hex color #010074 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010074 is #FEFF8B. Grayscale: #0D0D0D. Windows color (decimal): -16711564 or 7602177. OLE color: 7602177.

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

Color convert

RGB 1 0 116 -
CMYK 0.99 1 0 0.55
HSL 240.52º 1% 0.23% -
HSV(B) 240.52º 1% 0.45% -
XYZ 3.16 1.27 16.6 -
YUV 13.52 185.83 119.07 -
System Red Green Blue C M Y K H S L
Decimal 1 0 116 0.99 1 0 0.55 240.52 1 0.23
Hex 1 0 74 63 64 0 37 F1 64 17
Octal 1 0 164 143 144 0 67 361 144 27
Binary 1 0 1110100 1100011 1100100 0 110111 11110001 1100100 10111

Color Harmonies of #010074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010074

Black with #010074

Text Example


Text Example

White with #010074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010074; }

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

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

background-color css

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

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

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

border-color css

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

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

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