Html Css Color HEX #031A82 Navy

📋 copy color: '#031A82'

red 3 ◦ green 26 ◦ blue 130

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

Shades of Navy #031A82

Tints of Navy #031A82

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.35%

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

R = 1.89%
G = 16.35%
B = 81.76%

CMYK

 C value IS 0.98

 M value IS 0.8

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#031A82 (or 0x031A82) is known color: Navy. HEX triplet: 03, 1A and 82. RGB value is (3,26,130). Sum of RGB (Red+Green+Blue) = 3+26+130=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 130 (51.17% from 255 or 81.76% from 159); Max value from RGB is 130 - color contains mainly: blue. Hex color #031A82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031A82 is #FCE57D. Grayscale: #1E1E1E. Windows color (decimal): -16573822 or 8526339. OLE color: 8526339.

HSL color Cylindrical-coordinate representation of color #031A82: hue angle of 229.13º 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 #031A82 is Cyan = 0.98, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 3 26 130 -
CMYK 0.98 0.8 0 0.49
HSL 229.13º 0.95% 0.26% -
HSV(B) 229.13º 0.98% 0.51% -
XYZ 4.44 2.37 21.34 -
YUV 30.98 183.88 108.04 -
System Red Green Blue C M Y K H S L
Decimal 3 26 130 0.98 0.8 0 0.49 229.13 0.95 0.26
Hex 3 1A 82 62 50 0 31 E5 5F 1A
Octal 3 32 202 142 120 0 61 345 137 32
Binary 11 11010 10000010 1100010 1010000 0 110001 11100101 1011111 11010

Color Harmonies of #031A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031A82

Black with #031A82

Text Example


Text Example

White with #031A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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