Html Css Color HEX #031193 Dark Blue

📋 copy color: '#031193'

red 3 ◦ green 17 ◦ blue 147

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

Shades of Dark Blue #031193

Tints of Dark Blue #031193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 88.02%

R = 1.8%
G = 10.18%
B = 88.02%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#031193 (or 0x031193) is known color: Dark Blue. HEX triplet: 03, 11 and 93. RGB value is (3,17,147). Sum of RGB (Red+Green+Blue) = 3+17+147=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 147 (57.81% from 255 or 88.02% from 167); Max value from RGB is 147 - color contains mainly: blue. Hex color #031193 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031193 is #FCEE6C. Grayscale: #1B1B1B. Windows color (decimal): -16576109 or 9638147. OLE color: 9638147.

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

Color convert

RGB 3 17 147 -
CMYK 0.98 0.88 0 0.42
HSL 234.17º 0.96% 0.29% -
HSV(B) 234.17º 0.98% 0.58% -
XYZ 5.5 2.53 27.8 -
YUV 27.63 195.36 110.43 -
System Red Green Blue C M Y K H S L
Decimal 3 17 147 0.98 0.88 0 0.42 234.17 0.96 0.29
Hex 3 11 93 62 58 0 2A EA 60 1D
Octal 3 21 223 142 130 0 52 352 140 35
Binary 11 10001 10010011 1100010 1011000 0 101010 11101010 1100000 11101

Color Harmonies of #031193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031193

Black with #031193

Text Example


Text Example

White with #031193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031193; }

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

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

background-color css

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

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

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

border-color css

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

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

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