Html Css Color HEX #031484 Navy

📋 copy color: '#031484'

red 3 ◦ green 20 ◦ blue 132

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

Shades of Navy #031484

Tints of Navy #031484

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.9%

 BLUE value IS 132 (51.95% from 255) = 85.16%

R = 1.94%
G = 12.9%
B = 85.16%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#031484 (or 0x031484) is known color: Navy. HEX triplet: 03, 14 and 84. RGB value is (3,20,132). Sum of RGB (Red+Green+Blue) = 3+20+132=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 132 (51.95% from 255 or 85.16% from 155); Max value from RGB is 132 - color contains mainly: blue. Hex color #031484 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031484 is #FCEB7B. Grayscale: #1B1B1B. Windows color (decimal): -16575356 or 8655875. OLE color: 8655875.

HSL color Cylindrical-coordinate representation of color #031484: hue angle of 232.09º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031484 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 20 132 -
CMYK 0.98 0.85 0 0.48
HSL 232.09º 0.96% 0.26% -
HSV(B) 232.09º 0.98% 0.52% -
XYZ 4.45 2.19 22.02 -
YUV 27.69 186.87 110.39 -
System Red Green Blue C M Y K H S L
Decimal 3 20 132 0.98 0.85 0 0.48 232.09 0.96 0.26
Hex 3 14 84 62 55 0 30 E8 60 1A
Octal 3 24 204 142 125 0 60 350 140 32
Binary 11 10100 10000100 1100010 1010101 0 110000 11101000 1100000 11010

Color Harmonies of #031484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031484

Black with #031484

Text Example


Text Example

White with #031484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031484; }

 p { color: rgb(3,20,132); }

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

background-color css

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

 a { background-color: rgb(3,20,132); }

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

border-color css

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

 span { border-color: rgb(3,20,132); }

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