Html Css Color HEX #031682 Navy

📋 copy color: '#031682'

red 3 ◦ green 22 ◦ blue 130

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

Shades of Navy #031682

Tints of Navy #031682

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.19%

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

R = 1.94%
G = 14.19%
B = 83.87%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#031682 (or 0x031682) is known color: Navy. HEX triplet: 03, 16 and 82. RGB value is (3,22,130). Sum of RGB (Red+Green+Blue) = 3+22+130=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 130 (51.17% from 255 or 83.87% from 155); Max value from RGB is 130 - color contains mainly: blue. Hex color #031682 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031682 is #FCE97D. Grayscale: #1C1C1C. Windows color (decimal): -16574846 or 8525315. OLE color: 8525315.

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

Color convert

RGB 3 22 130 -
CMYK 0.98 0.83 0 0.49
HSL 231.02º 0.95% 0.26% -
HSV(B) 231.02º 0.98% 0.51% -
XYZ 4.35 2.2 21.32 -
YUV 28.63 185.21 109.72 -
System Red Green Blue C M Y K H S L
Decimal 3 22 130 0.98 0.83 0 0.49 231.02 0.95 0.26
Hex 3 16 82 62 53 0 31 E7 5F 1A
Octal 3 26 202 142 123 0 61 347 137 32
Binary 11 10110 10000010 1100010 1010011 0 110001 11100111 1011111 11010

Color Harmonies of #031682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031682

Black with #031682

Text Example


Text Example

White with #031682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031682; }

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

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

background-color css

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

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

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

border-color css

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

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

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