Html Css Color HEX #031490 Dark Blue

📋 copy color: '#031490'

red 3 ◦ green 20 ◦ blue 144

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

Shades of Dark Blue #031490

Tints of Dark Blue #031490

RGB

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

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

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

R = 1.8%
G = 11.98%
B = 86.23%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#031490 (or 0x031490) is known color: Dark Blue. HEX triplet: 03, 14 and 90. RGB value is (3,20,144). Sum of RGB (Red+Green+Blue) = 3+20+144=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 144 (56.64% from 255 or 86.23% from 167); Max value from RGB is 144 - color contains mainly: blue. Hex color #031490 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031490 is #FCEB6F. Grayscale: #1C1C1C. Windows color (decimal): -16575344 or 9442307. OLE color: 9442307.

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

Color convert

RGB 3 20 144 -
CMYK 0.98 0.86 0 0.44
HSL 232.77º 0.96% 0.29% -
HSV(B) 232.77º 0.98% 0.56% -
XYZ 5.32 2.53 26.59 -
YUV 29.05 192.87 109.42 -
System Red Green Blue C M Y K H S L
Decimal 3 20 144 0.98 0.86 0 0.44 232.77 0.96 0.29
Hex 3 14 90 62 56 0 2C E9 60 1D
Octal 3 24 220 142 126 0 54 351 140 35
Binary 11 10100 10010000 1100010 1010110 0 101100 11101001 1100000 11101

Color Harmonies of #031490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031490

Black with #031490

Text Example


Text Example

White with #031490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031490; }

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

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

background-color css

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

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

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

border-color css

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

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

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