Html Css Color HEX #031982 Navy

📋 copy color: '#031982'

red 3 ◦ green 25 ◦ blue 130

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

Shades of Navy #031982

Tints of Navy #031982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 82.28%

R = 1.9%
G = 15.82%
B = 82.28%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#031982 (or 0x031982) is known color: Navy. HEX triplet: 03, 19 and 82. RGB value is (3,25,130). Sum of RGB (Red+Green+Blue) = 3+25+130=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 130 (51.17% from 255 or 82.28% from 158); Max value from RGB is 130 - color contains mainly: blue. Hex color #031982 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031982 is #FCE67D. Grayscale: #1D1D1D. Windows color (decimal): -16574078 or 8526083. OLE color: 8526083.

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

Color convert

RGB 3 25 130 -
CMYK 0.98 0.81 0 0.49
HSL 229.61º 0.95% 0.26% -
HSV(B) 229.61º 0.98% 0.51% -
XYZ 4.41 2.33 21.34 -
YUV 30.39 184.21 108.46 -
System Red Green Blue C M Y K H S L
Decimal 3 25 130 0.98 0.81 0 0.49 229.61 0.95 0.26
Hex 3 19 82 62 51 0 31 E6 5F 1A
Octal 3 31 202 142 121 0 61 346 137 32
Binary 11 11001 10000010 1100010 1010001 0 110001 11100110 1011111 11010

Color Harmonies of #031982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031982

Black with #031982

Text Example


Text Example

White with #031982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031982; }

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

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

background-color css

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

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

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

border-color css

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

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

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