#010288

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

Shades of Dark Blue #010288

Tints of Dark Blue #010288

Color information

#010288 (or 0x010288) is unknown color: approx Dark Blue. HEX triplet: 01, 02 and 88. RGB value is (1,2,136). Sum of RGB (Red+Green+Blue) = 1+2+136=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 136 (53.52% from 255 or 97.84% from 139); Max value from RGB is 136 - color contains mainly: blue. Hex color #010288 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010288 is #FEFD77. Grayscale: #101010. Windows color (decimal): -16711032 or 8913409. OLE color: 8913409.

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

Color convert

RGB12136-
CMYK0.990.9900.47
HSL239.56º98.54%26.86%-
HSV(B)239.56º99.26%53.33%-
XYZ4.481.8323.41-
YUV16.98195.17116.6-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 2 (1.17% from 255) = 1.44%
BLUE value IS 136 (53.52% from 255) = 97.84%
R=0.72%
G=1.44%
B=97.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal121360.990.9900.47239.5698.5426.86
Hex1288636302Ff0631b
Octal1221014314305736014333
Binary1101000100011000111100011010111111110000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010288; }

 p { color: rgb(1,2,136); }

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

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

 a { background-color: rgb(1,2,136); }

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

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

 span { border-color: rgb(1,2,136); }

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