#010592

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

Shades of Dark Blue #010592

Tints of Dark Blue #010592

Color information

#010592 (or 0x010592) is unknown color: approx Dark Blue. HEX triplet: 01, 05 and 92. RGB value is (1,5,146). Sum of RGB (Red+Green+Blue) = 1+5+146=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 146 (57.42% from 255 or 96.05% from 152); Max value from RGB is 146 - color contains mainly: blue. Hex color #010592 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010592 is #FEFA6D. Grayscale: #131313. Windows color (decimal): -16710254 or 9569537. OLE color: 9569537.

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

Color convert

RGB15146-
CMYK0.990.9700.43
HSL238.34º98.64%28.82%-
HSV(B)238.34º99.32%57.25%-
XYZ5.262.1927.34-
YUV19.88199.17114.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 5 (2.34% from 255) = 3.29%
BLUE value IS 146 (57.42% from 255) = 96.05%
R=0.66%
G=3.29%
B=96.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal151460.990.9700.43238.3498.6428.82
Hex1592636102Bee631d
Octal1522214314105335614335
Binary11011001001011000111100001010101111101110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010592; }

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

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

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

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

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

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

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

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