Html Css Color HEX #011493 Dark Blue

📋 copy color: '#011493'

red 1 ◦ green 20 ◦ blue 147

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

Shades of Dark Blue #011493

Tints of Dark Blue #011493

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.9%

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

R = 0.6%
G = 11.9%
B = 87.5%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#011493 (or 0x011493) is known color: Dark Blue. HEX triplet: 01, 14 and 93. RGB value is (1,20,147). Sum of RGB (Red+Green+Blue) = 1+20+147=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 147 (57.81% from 255 or 87.5% from 168); Max value from RGB is 147 - color contains mainly: blue. Hex color #011493 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011493 is #FEEB6C. Grayscale: #1C1C1C. Windows color (decimal): -16706413 or 9638913. OLE color: 9638913.

HSL color Cylindrical-coordinate representation of color #011493: hue angle of 232.19º 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 #011493 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 20 147 -
CMYK 0.99 0.86 0 0.42
HSL 232.19º 0.99% 0.29% -
HSV(B) 232.19º 0.99% 0.58% -
XYZ 5.53 2.61 27.82 -
YUV 28.8 194.71 108.17 -
System Red Green Blue C M Y K H S L
Decimal 1 20 147 0.99 0.86 0 0.42 232.19 0.99 0.29
Hex 1 14 93 63 56 0 2A E8 63 1D
Octal 1 24 223 143 126 0 52 350 143 35
Binary 1 10100 10010011 1100011 1010110 0 101010 11101000 1100011 11101

Color Harmonies of #011493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011493

Black with #011493

Text Example


Text Example

White with #011493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011493; }

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

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

background-color css

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

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

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

border-color css

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

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

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