Html Css Color HEX #031491 Dark Blue

📋 copy color: '#031491'

red 3 ◦ green 20 ◦ blue 145

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

Shades of Dark Blue #031491

Tints of Dark Blue #031491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 86.31%

R = 1.79%
G = 11.9%
B = 86.31%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#031491 (or 0x031491) is known color: Dark Blue. HEX triplet: 03, 14 and 91. RGB value is (3,20,145). Sum of RGB (Red+Green+Blue) = 3+20+145=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 145 (57.03% from 255 or 86.31% from 168); Max value from RGB is 145 - color contains mainly: blue. Hex color #031491 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031491 is #FCEB6E. Grayscale: #1C1C1C. Windows color (decimal): -16575343 or 9507843. OLE color: 9507843.

HSL color Cylindrical-coordinate representation of color #031491: hue angle of 232.82º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031491 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 3 20 145 -
CMYK 0.98 0.86 0 0.43
HSL 232.82º 0.96% 0.29% -
HSV(B) 232.82º 0.98% 0.57% -
XYZ 5.4 2.56 27 -
YUV 29.17 193.37 109.34 -
System Red Green Blue C M Y K H S L
Decimal 3 20 145 0.98 0.86 0 0.43 232.82 0.96 0.29
Hex 3 14 91 62 56 0 2B E9 60 1D
Octal 3 24 221 142 126 0 53 351 140 35
Binary 11 10100 10010001 1100010 1010110 0 101011 11101001 1100000 11101

Color Harmonies of #031491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031491

Black with #031491

Text Example


Text Example

White with #031491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031491; }

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

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

background-color css

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

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

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

border-color css

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

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

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