#011B88

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

Shades of Dark Blue #011B88

Tints of Dark Blue #011B88

Color information

#011B88 (or 0x011B88) is unknown color: approx Dark Blue. HEX triplet: 01, 1B and 88. RGB value is (1,27,136). Sum of RGB (Red+Green+Blue) = 1+27+136=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 27 (10.94% from 255 or 16.46% from 164); Blue value is 136 (53.52% from 255 or 82.93% from 164); Max value from RGB is 136 - color contains mainly: blue. Hex color #011B88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011B88 is #FEE477. Grayscale: #1F1F1F. Windows color (decimal): -16704632 or 8919809. OLE color: 8919809.

HSL color Cylindrical-coordinate representation of color #011B88: hue angle of 228.44º 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 #011B88 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB127136-
CMYK0.990.8000.47
HSL228.44º98.54%26.86%-
HSV(B)228.44º99.26%53.33%-
XYZ4.852.5723.53-
YUV31.65186.89106.14-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 27 (10.94% from 255) = 16.46%
BLUE value IS 136 (53.52% from 255) = 82.93%
R=0.61%
G=16.46%
B=82.93%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1271360.990.8000.47228.4498.5426.86
Hex11B88635002Fe4631b
Octal13321014312005734414333
Binary1110111000100011000111010000010111111100100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011B88; }

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

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

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

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

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

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

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

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