Html Css Color HEX #031590 Dark Blue

📋 copy color: '#031590'

red 3 ◦ green 21 ◦ blue 144

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

Shades of Dark Blue #031590

Tints of Dark Blue #031590

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.5%

 BLUE value IS 144 (56.64% from 255) = 85.71%

R = 1.79%
G = 12.5%
B = 85.71%

CMYK

 C value IS 0.98

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#031590 (or 0x031590) is known color: Dark Blue. HEX triplet: 03, 15 and 90. RGB value is (3,21,144). Sum of RGB (Red+Green+Blue) = 3+21+144=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 144 (56.64% from 255 or 85.71% from 168); Max value from RGB is 144 - color contains mainly: blue. Hex color #031590 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031590 is #FCEA6F. Grayscale: #1D1D1D. Windows color (decimal): -16575088 or 9442563. OLE color: 9442563.

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

Color convert

RGB 3 21 144 -
CMYK 0.98 0.85 0 0.44
HSL 232.34º 0.96% 0.29% -
HSV(B) 232.34º 0.98% 0.56% -
XYZ 5.34 2.57 26.6 -
YUV 29.64 192.54 109 -
System Red Green Blue C M Y K H S L
Decimal 3 21 144 0.98 0.85 0 0.44 232.34 0.96 0.29
Hex 3 15 90 62 55 0 2C E8 60 1D
Octal 3 25 220 142 125 0 54 350 140 35
Binary 11 10101 10010000 1100010 1010101 0 101100 11101000 1100000 11101

Color Harmonies of #031590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031590

Black with #031590

Text Example


Text Example

White with #031590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031590; }

 p { color: rgb(3,21,144); }

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

background-color css

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

 a { background-color: rgb(3,21,144); }

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

border-color css

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

 span { border-color: rgb(3,21,144); }

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