Html Css Color HEX #031390 Dark Blue

📋 copy color: '#031390'

red 3 ◦ green 19 ◦ blue 144

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

Shades of Dark Blue #031390

Tints of Dark Blue #031390

RGB

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

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

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

R = 1.81%
G = 11.45%
B = 86.75%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#031390 (or 0x031390) is known color: Dark Blue. HEX triplet: 03, 13 and 90. RGB value is (3,19,144). Sum of RGB (Red+Green+Blue) = 3+19+144=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 144 (56.64% from 255 or 86.75% from 166); Max value from RGB is 144 - color contains mainly: blue. Hex color #031390 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031390 is #FCEC6F. Grayscale: #1B1B1B. Windows color (decimal): -16575600 or 9442051. OLE color: 9442051.

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

Color convert

RGB 3 19 144 -
CMYK 0.98 0.87 0 0.44
HSL 233.19º 0.96% 0.29% -
HSV(B) 233.19º 0.98% 0.56% -
XYZ 5.3 2.5 26.59 -
YUV 28.47 193.2 109.84 -
System Red Green Blue C M Y K H S L
Decimal 3 19 144 0.98 0.87 0 0.44 233.19 0.96 0.29
Hex 3 13 90 62 57 0 2C E9 60 1D
Octal 3 23 220 142 127 0 54 351 140 35
Binary 11 10011 10010000 1100010 1010111 0 101100 11101001 1100000 11101

Color Harmonies of #031390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031390

Black with #031390

Text Example


Text Example

White with #031390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031390; }

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

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

background-color css

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

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

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

border-color css

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

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

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