#010393

Color #010393 Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #010393

Tints of Dark Blue #010393

Color information

#010393 (or 0x010393) is unknown color: approx Dark Blue. HEX triplet: 01, 03 and 93. RGB value is (1,3,147). Sum of RGB (Red+Green+Blue) = 1+3+147=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 147 (57.81% from 255 or 97.35% from 151); Max value from RGB is 147 - color contains mainly: blue. Hex color #010393 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010393 is #FEFC6C. Grayscale: #121212. Windows color (decimal): -16710765 or 9634561. OLE color: 9634561.

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

Color convert

RGB13147-
CMYK0.990.9800.42
HSL239.18º98.65%29.02%-
HSV(B)239.18º99.32%57.65%-
XYZ5.312.1827.74-
YUV18.82200.34115.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 3 (1.56% from 255) = 1.99%
BLUE value IS 147 (57.81% from 255) = 97.35%
R=0.66%
G=1.99%
B=97.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131470.990.9800.42239.1898.6529.02
Hex1393636202Aef631d
Octal1322314314205235714335
Binary1111001001111000111100010010101011101111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010393; }

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

 H1.HeaderClassName
 {
   color: #010393;
 }
 .AnyTagClassName
 {
   color: #010393;
 }
</style>
background-color css

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

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

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

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

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

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