Html Css Color HEX #031282 Navy

📋 copy color: '#031282'

red 3 ◦ green 18 ◦ blue 130

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

Shades of Navy #031282

Tints of Navy #031282

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.92%

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

R = 1.99%
G = 11.92%
B = 86.09%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#031282 (or 0x031282) is known color: Navy. HEX triplet: 03, 12 and 82. RGB value is (3,18,130). Sum of RGB (Red+Green+Blue) = 3+18+130=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 130 (51.17% from 255 or 86.09% from 151); Max value from RGB is 130 - color contains mainly: blue. Hex color #031282 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031282 is #FCED7D. Grayscale: #191919. Windows color (decimal): -16575870 or 8524291. OLE color: 8524291.

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

Color convert

RGB 3 18 130 -
CMYK 0.98 0.86 0 0.49
HSL 232.91º 0.95% 0.26% -
HSV(B) 232.91º 0.98% 0.51% -
XYZ 4.28 2.06 21.29 -
YUV 26.28 186.53 111.39 -
System Red Green Blue C M Y K H S L
Decimal 3 18 130 0.98 0.86 0 0.49 232.91 0.95 0.26
Hex 3 12 82 62 56 0 31 E9 5F 1A
Octal 3 22 202 142 126 0 61 351 137 32
Binary 11 10010 10000010 1100010 1010110 0 110001 11101001 1011111 11010

Color Harmonies of #031282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031282

Black with #031282

Text Example


Text Example

White with #031282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031282; }

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

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

background-color css

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

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

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

border-color css

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

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

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