Html Css Color HEX #031384 Navy

📋 copy color: '#031384'

red 3 ◦ green 19 ◦ blue 132

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

Shades of Navy #031384

Tints of Navy #031384

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.34%

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

R = 1.95%
G = 12.34%
B = 85.71%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#031384 (or 0x031384) is known color: Navy. HEX triplet: 03, 13 and 84. RGB value is (3,19,132). Sum of RGB (Red+Green+Blue) = 3+19+132=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 132 (51.95% from 255 or 85.71% from 154); Max value from RGB is 132 - color contains mainly: blue. Hex color #031384 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031384 is #FCEC7B. Grayscale: #1A1A1A. Windows color (decimal): -16575612 or 8655619. OLE color: 8655619.

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

Color convert

RGB 3 19 132 -
CMYK 0.98 0.86 0 0.48
HSL 232.56º 0.96% 0.26% -
HSV(B) 232.56º 0.98% 0.52% -
XYZ 4.44 2.15 22.01 -
YUV 27.1 187.2 110.81 -
System Red Green Blue C M Y K H S L
Decimal 3 19 132 0.98 0.86 0 0.48 232.56 0.96 0.26
Hex 3 13 84 62 56 0 30 E9 60 1A
Octal 3 23 204 142 126 0 60 351 140 32
Binary 11 10011 10000100 1100010 1010110 0 110000 11101001 1100000 11010

Color Harmonies of #031384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031384

Black with #031384

Text Example


Text Example

White with #031384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031384; }

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

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

background-color css

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

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

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

border-color css

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

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

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