Html Css Color HEX #011193 Dark Blue

📋 copy color: '#011193'

red 1 ◦ green 17 ◦ blue 147

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

Shades of Dark Blue #011193

Tints of Dark Blue #011193

RGB

 RED value IS 1 (0.78% from 255) = 0.61%

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

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

R = 0.61%
G = 10.3%
B = 89.09%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#011193 (or 0x011193) is known color: Dark Blue. HEX triplet: 01, 11 and 93. RGB value is (1,17,147). Sum of RGB (Red+Green+Blue) = 1+17+147=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 147 (57.81% from 255 or 89.09% from 165); Max value from RGB is 147 - color contains mainly: blue. Hex color #011193 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011193 is #FEEE6C. Grayscale: #1A1A1A. Windows color (decimal): -16707181 or 9638145. OLE color: 9638145.

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

Color convert

RGB 1 17 147 -
CMYK 0.99 0.88 0 0.42
HSL 233.42º 0.99% 0.29% -
HSV(B) 233.42º 0.99% 0.58% -
XYZ 5.48 2.51 27.8 -
YUV 27.04 195.7 109.43 -
System Red Green Blue C M Y K H S L
Decimal 1 17 147 0.99 0.88 0 0.42 233.42 0.99 0.29
Hex 1 11 93 63 58 0 2A E9 63 1D
Octal 1 21 223 143 130 0 52 351 143 35
Binary 1 10001 10010011 1100011 1011000 0 101010 11101001 1100011 11101

Color Harmonies of #011193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011193

Black with #011193

Text Example


Text Example

White with #011193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011193; }

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

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

background-color css

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

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

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

border-color css

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

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

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