#01058A

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

Shades of Dark Blue #01058A

Tints of Dark Blue #01058A

Color information

#01058A (or 0x01058A) is unknown color: approx Dark Blue. HEX triplet: 01, 05 and 8A. RGB value is (1,5,138). Sum of RGB (Red+Green+Blue) = 1+5+138=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 138 (54.30% from 255 or 95.83% from 144); Max value from RGB is 138 - color contains mainly: blue. Hex color #01058A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01058A is #FEFA75. Grayscale: #121212. Windows color (decimal): -16710262 or 9045249. OLE color: 9045249.

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

Color convert

RGB15138-
CMYK0.990.9600.46
HSL238.25º98.56%27.25%-
HSV(B)238.25º99.28%54.12%-
XYZ4.651.9524.18-
YUV18.97195.17115.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 5 (2.34% from 255) = 3.47%
BLUE value IS 138 (54.30% from 255) = 95.83%
R=0.69%
G=3.47%
B=95.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal151380.990.9600.46238.2598.5627.25
Hex158A636002Eee631b
Octal1521214314005635614333
Binary11011000101011000111100000010111011101110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01058A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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