Html Css Color HEX #031980 Navy

📋 copy color: '#031980'

red 3 ◦ green 25 ◦ blue 128

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

Shades of Navy #031980

Tints of Navy #031980

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.03%

 BLUE value IS 128 (50.39% from 255) = 82.05%

R = 1.92%
G = 16.03%
B = 82.05%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#031980 (or 0x031980) is known color: Navy. HEX triplet: 03, 19 and 80. RGB value is (3,25,128). Sum of RGB (Red+Green+Blue) = 3+25+128=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 128 (50.39% from 255 or 82.05% from 156); Max value from RGB is 128 - color contains mainly: blue. Hex color #031980 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031980 is #FCE67F. Grayscale: #1D1D1D. Windows color (decimal): -16574080 or 8395011. OLE color: 8395011.

HSL color Cylindrical-coordinate representation of color #031980: hue angle of 229.44º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031980 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 3 25 128 -
CMYK 0.98 0.80 0 0.50
HSL 229.44º 0.95% 0.26% -
HSV(B) 229.44º 0.98% 0.5% -
XYZ 4.28 2.27 20.64 -
YUV 30.16 183.21 108.62 -
System Red Green Blue C M Y K H S L
Decimal 3 25 128 0.98 0.80 0 0.50 229.44 0.95 0.26
Hex 3 19 80 62 50 0 32 E5 5F 1A
Octal 3 31 200 142 120 0 62 345 137 32
Binary 11 11001 10000000 1100010 1010000 0 110010 11100101 1011111 11010

Color Harmonies of #031980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031980

Black with #031980

Text Example


Text Example

White with #031980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031980; }

 p { color: rgb(3,25,128); }

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

background-color css

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

 a { background-color: rgb(3,25,128); }

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

border-color css

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

 span { border-color: rgb(3,25,128); }

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