Html Css Color HEX #031182 Navy

📋 copy color: '#031182'

red 3 ◦ green 17 ◦ blue 130

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

Shades of Navy #031182

Tints of Navy #031182

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.33%

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

R = 2%
G = 11.33%
B = 86.67%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#031182 (or 0x031182) is known color: Navy. HEX triplet: 03, 11 and 82. RGB value is (3,17,130). Sum of RGB (Red+Green+Blue) = 3+17+130=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 130 (51.17% from 255 or 86.67% from 150); Max value from RGB is 130 - color contains mainly: blue. Hex color #031182 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031182 is #FCEE7D. Grayscale: #191919. Windows color (decimal): -16576126 or 8524035. OLE color: 8524035.

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

Color convert

RGB 3 17 130 -
CMYK 0.98 0.87 0 0.49
HSL 233.39º 0.95% 0.26% -
HSV(B) 233.39º 0.98% 0.51% -
XYZ 4.27 2.03 21.29 -
YUV 25.7 186.86 111.81 -
System Red Green Blue C M Y K H S L
Decimal 3 17 130 0.98 0.87 0 0.49 233.39 0.95 0.26
Hex 3 11 82 62 57 0 31 E9 5F 1A
Octal 3 21 202 142 127 0 61 351 137 32
Binary 11 10001 10000010 1100010 1010111 0 110001 11101001 1011111 11010

Color Harmonies of #031182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031182

Black with #031182

Text Example


Text Example

White with #031182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031182; }

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

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

background-color css

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

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

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

border-color css

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

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

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