Html Css Color HEX #031391 Dark Blue

📋 copy color: '#031391'

red 3 ◦ green 19 ◦ blue 145

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

Shades of Dark Blue #031391

Tints of Dark Blue #031391

RGB

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

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

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

R = 1.8%
G = 11.38%
B = 86.83%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#031391 (or 0x031391) is known color: Dark Blue. HEX triplet: 03, 13 and 91. RGB value is (3,19,145). Sum of RGB (Red+Green+Blue) = 3+19+145=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 145 (57.03% from 255 or 86.83% from 167); Max value from RGB is 145 - color contains mainly: blue. Hex color #031391 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031391 is #FCEC6E. Grayscale: #1C1C1C. Windows color (decimal): -16575599 or 9507587. OLE color: 9507587.

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

Color convert

RGB 3 19 145 -
CMYK 0.98 0.87 0 0.43
HSL 233.24º 0.96% 0.29% -
HSV(B) 233.24º 0.98% 0.57% -
XYZ 5.38 2.53 26.99 -
YUV 28.58 193.7 109.75 -
System Red Green Blue C M Y K H S L
Decimal 3 19 145 0.98 0.87 0 0.43 233.24 0.96 0.29
Hex 3 13 91 62 57 0 2B E9 60 1D
Octal 3 23 221 142 127 0 53 351 140 35
Binary 11 10011 10010001 1100010 1010111 0 101011 11101001 1100000 11101

Color Harmonies of #031391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031391

Black with #031391

Text Example


Text Example

White with #031391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031391; }

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

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

background-color css

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

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

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

border-color css

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

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

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