#010689

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

Shades of Dark Blue #010689

Tints of Dark Blue #010689

Color information

#010689 (or 0x010689) is unknown color: approx Dark Blue. HEX triplet: 01, 06 and 89. RGB value is (1,6,137). Sum of RGB (Red+Green+Blue) = 1+6+137=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 137 (53.91% from 255 or 95.14% from 144); Max value from RGB is 137 - color contains mainly: blue. Hex color #010689 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010689 is #FEF976. Grayscale: #121212. Windows color (decimal): -16710007 or 8979969. OLE color: 8979969.

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

Color convert

RGB16137-
CMYK0.990.9600.46
HSL237.79º98.55%27.06%-
HSV(B)237.79º99.27%53.73%-
XYZ4.591.9423.8-
YUV19.44194.34114.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 6 (2.73% from 255) = 4.17%
BLUE value IS 137 (53.91% from 255) = 95.14%
R=0.69%
G=4.17%
B=95.14%

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
Decimal161370.990.9600.46237.7998.5527.06
Hex1689636002Eee631b
Octal1621114314005635614333
Binary11101000100111000111100000010111011101110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010689; }

 p { color: rgb(1,6,137); }

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

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

 a { background-color: rgb(1,6,137); }

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

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

 span { border-color: rgb(1,6,137); }

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