Html Css Color HEX #010474 Navy

📋 copy color: '#010474'

red 1 ◦ green 4 ◦ blue 116

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

Shades of Navy #010474

Tints of Navy #010474

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.31%

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

R = 0.83%
G = 3.31%
B = 95.87%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#010474 (or 0x010474) is known color: Navy. HEX triplet: 01, 04 and 74. RGB value is (1,4,116). Sum of RGB (Red+Green+Blue) = 1+4+116=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 116 (45.70% from 255 or 95.87% from 121); Max value from RGB is 116 - color contains mainly: blue. Hex color #010474 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010474 is #FEFB8B. Grayscale: #0F0F0F. Windows color (decimal): -16710540 or 7603201. OLE color: 7603201.

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

Color convert

RGB 1 4 116 -
CMYK 0.99 0.97 0 0.55
HSL 238.43º 0.98% 0.23% -
HSV(B) 238.43º 0.99% 0.45% -
XYZ 3.21 1.35 16.62 -
YUV 15.87 184.51 117.39 -
System Red Green Blue C M Y K H S L
Decimal 1 4 116 0.99 0.97 0 0.55 238.43 0.98 0.23
Hex 1 4 74 63 61 0 37 EE 62 17
Octal 1 4 164 143 141 0 67 356 142 27
Binary 1 100 1110100 1100011 1100001 0 110111 11101110 1100010 10111

Color Harmonies of #010474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010474

Black with #010474

Text Example


Text Example

White with #010474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010474; }

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

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

background-color css

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

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

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

border-color css

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

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

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