Html Css Color HEX #031476 Navy

📋 copy color: '#031476'

red 3 ◦ green 20 ◦ blue 118

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

Shades of Navy #031476

Tints of Navy #031476

RGB

 RED value IS 3 (1.56% from 255) = 2.13%

 GREEN value IS 20 (8.2% from 255) = 14.18%

 BLUE value IS 118 (46.48% from 255) = 83.69%

R = 2.13%
G = 14.18%
B = 83.69%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#031476 (or 0x031476) is known color: Navy. HEX triplet: 03, 14 and 76. RGB value is (3,20,118). Sum of RGB (Red+Green+Blue) = 3+20+118=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 118 (46.48% from 255 or 83.69% from 141); Max value from RGB is 118 - color contains mainly: blue. Hex color #031476 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031476 is #FCEB89. Grayscale: #191919. Windows color (decimal): -16575370 or 7738371. OLE color: 7738371.

HSL color Cylindrical-coordinate representation of color #031476: hue angle of 231.13º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031476 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 20 118 -
CMYK 0.97 0.83 0 0.54
HSL 231.13º 0.95% 0.24% -
HSV(B) 231.13º 0.97% 0.46% -
XYZ 3.56 1.83 17.3 -
YUV 26.09 179.87 111.53 -
System Red Green Blue C M Y K H S L
Decimal 3 20 118 0.97 0.83 0 0.54 231.13 0.95 0.24
Hex 3 14 76 61 53 0 36 E7 5F 18
Octal 3 24 166 141 123 0 66 347 137 30
Binary 11 10100 1110110 1100001 1010011 0 110110 11100111 1011111 11000

Color Harmonies of #031476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031476

Black with #031476

Text Example


Text Example

White with #031476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031476; }

 p { color: rgb(3,20,118); }

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

background-color css

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

 a { background-color: rgb(3,20,118); }

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

border-color css

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

 span { border-color: rgb(3,20,118); }

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