#010892

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

Shades of Dark Blue #010892

Tints of Dark Blue #010892

Color information

#010892 (or 0x010892) is unknown color: approx Dark Blue. HEX triplet: 01, 08 and 92. RGB value is (1,8,146). Sum of RGB (Red+Green+Blue) = 1+8+146=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 146 (57.42% from 255 or 94.19% from 155); Max value from RGB is 146 - color contains mainly: blue. Hex color #010892 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010892 is #FEF76D. Grayscale: #151515. Windows color (decimal): -16709486 or 9570305. OLE color: 9570305.

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

Color convert

RGB18146-
CMYK0.990.9500.43
HSL237.1º98.64%28.82%-
HSV(B)237.1º99.32%57.25%-
XYZ5.292.2627.35-
YUV21.64198.18113.28-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 8 (3.52% from 255) = 5.16%
BLUE value IS 146 (57.42% from 255) = 94.19%
R=0.65%
G=5.16%
B=94.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal181460.990.9500.43237.198.6428.82
Hex1892635F02Bed631d
Octal11022214313705335514335
Binary110001001001011000111011111010101111101101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010892; }

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

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

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

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

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

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

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

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