Html Css Color HEX #031191 Dark Blue

📋 copy color: '#031191'

red 3 ◦ green 17 ◦ blue 145

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

Shades of Dark Blue #031191

Tints of Dark Blue #031191

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.3%

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

R = 1.82%
G = 10.3%
B = 87.88%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#031191 (or 0x031191) is known color: Dark Blue. HEX triplet: 03, 11 and 91. RGB value is (3,17,145). Sum of RGB (Red+Green+Blue) = 3+17+145=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 145 (57.03% from 255 or 87.88% from 165); Max value from RGB is 145 - color contains mainly: blue. Hex color #031191 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031191 is #FCEE6E. Grayscale: #1A1A1A. Windows color (decimal): -16576111 or 9507075. OLE color: 9507075.

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

Color convert

RGB 3 17 145 -
CMYK 0.98 0.88 0 0.43
HSL 234.08º 0.96% 0.29% -
HSV(B) 234.08º 0.98% 0.57% -
XYZ 5.35 2.46 26.98 -
YUV 27.41 194.36 110.59 -
System Red Green Blue C M Y K H S L
Decimal 3 17 145 0.98 0.88 0 0.43 234.08 0.96 0.29
Hex 3 11 91 62 58 0 2B EA 60 1D
Octal 3 21 221 142 130 0 53 352 140 35
Binary 11 10001 10010001 1100010 1011000 0 101011 11101010 1100000 11101

Color Harmonies of #031191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031191

Black with #031191

Text Example


Text Example

White with #031191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031191; }

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

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

background-color css

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

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

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

border-color css

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

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

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