Html Css Color HEX #031091 Dark Blue

📋 copy color: '#031091'

red 3 ◦ green 16 ◦ blue 145

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

Shades of Dark Blue #031091

Tints of Dark Blue #031091

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.76%

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

R = 1.83%
G = 9.76%
B = 88.41%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#031091 (or 0x031091) is known color: Dark Blue. HEX triplet: 03, 10 and 91. RGB value is (3,16,145). Sum of RGB (Red+Green+Blue) = 3+16+145=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 145 (57.03% from 255 or 88.41% from 164); Max value from RGB is 145 - color contains mainly: blue. Hex color #031091 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031091 is #FCEF6E. Grayscale: #1A1A1A. Windows color (decimal): -16576367 or 9506819. OLE color: 9506819.

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

Color convert

RGB 3 16 145 -
CMYK 0.98 0.89 0 0.43
HSL 234.51º 0.96% 0.29% -
HSV(B) 234.51º 0.98% 0.57% -
XYZ 5.33 2.43 26.98 -
YUV 26.82 194.69 111.01 -
System Red Green Blue C M Y K H S L
Decimal 3 16 145 0.98 0.89 0 0.43 234.51 0.96 0.29
Hex 3 10 91 62 59 0 2B EB 60 1D
Octal 3 20 221 142 131 0 53 353 140 35
Binary 11 10000 10010001 1100010 1011001 0 101011 11101011 1100000 11101

Color Harmonies of #031091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031091

Black with #031091

Text Example


Text Example

White with #031091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031091; }

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

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

background-color css

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

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

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

border-color css

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

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

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