Html Css Color HEX #031477 Navy

📋 copy color: '#031477'

red 3 ◦ green 20 ◦ blue 119

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

Shades of Navy #031477

Tints of Navy #031477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 83.8%

R = 2.11%
G = 14.08%
B = 83.8%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#031477 (or 0x031477) is known color: Navy. HEX triplet: 03, 14 and 77. RGB value is (3,20,119). Sum of RGB (Red+Green+Blue) = 3+20+119=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 119 (46.88% from 255 or 83.80% from 142); Max value from RGB is 119 - color contains mainly: blue. Hex color #031477 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031477 is #FCEB88. Grayscale: #191919. Windows color (decimal): -16575369 or 7803907. OLE color: 7803907.

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

Color convert

RGB 3 20 119 -
CMYK 0.97 0.83 0 0.53
HSL 231.21º 0.95% 0.24% -
HSV(B) 231.21º 0.97% 0.47% -
XYZ 3.62 1.85 17.62 -
YUV 26.2 180.37 111.45 -
System Red Green Blue C M Y K H S L
Decimal 3 20 119 0.97 0.83 0 0.53 231.21 0.95 0.24
Hex 3 14 77 61 53 0 35 E7 5F 18
Octal 3 24 167 141 123 0 65 347 137 30
Binary 11 10100 1110111 1100001 1010011 0 110101 11100111 1011111 11000

Color Harmonies of #031477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031477

Black with #031477

Text Example


Text Example

White with #031477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031477; }

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

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

background-color css

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

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

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

border-color css

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

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

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