#01058D

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

Shades of Dark Blue #01058D

Tints of Dark Blue #01058D

Color information

#01058D (or 0x01058D) is unknown color: approx Dark Blue. HEX triplet: 01, 05 and 8D. RGB value is (1,5,141). Sum of RGB (Red+Green+Blue) = 1+5+141=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 141 (55.47% from 255 or 95.92% from 147); Max value from RGB is 141 - color contains mainly: blue. Hex color #01058D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01058D is #FEFA72. Grayscale: #121212. Windows color (decimal): -16710259 or 9241857. OLE color: 9241857.

HSL color Cylindrical-coordinate representation of color #01058D: hue angle of 238.29º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01058D is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB15141-
CMYK0.990.9600.45
HSL238.29º98.59%27.84%-
HSV(B)238.29º99.29%55.29%-
XYZ4.872.0425.34-
YUV19.31196.67114.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 5 (2.34% from 255) = 3.40%
BLUE value IS 141 (55.47% from 255) = 95.92%
R=0.68%
G=3.40%
B=95.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal151410.990.9600.45238.2998.5927.84
Hex158D636002Dee631c
Octal1521514314005535614334
Binary11011000110111000111100000010110111101110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01058D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01058D; }

 p { color: rgb(1,5,141); }

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

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

 a { background-color: rgb(1,5,141); }

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

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

 span { border-color: rgb(1,5,141); }

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