#001188

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

Shades of Dark Blue #001188

Tints of Dark Blue #001188

Color information

#001188 (or 0x001188) is unknown color: approx Dark Blue. HEX triplet: 00, 11 and 88. RGB value is (0,17,136). Sum of RGB (Red+Green+Blue) = 0+17+136=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 136 (53.52% from 255 or 88.89% from 153); Max value from RGB is 136 - color contains mainly: blue. Hex color #001188 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001188 is #FFEE77. Grayscale: #181818. Windows color (decimal): -16772728 or 8917248. OLE color: 8917248.

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

Color convert

RGB017136-
CMYK10.8700.47
HSL232.5º100%26.67%-
HSV(B)232.5º100%53.33%-
XYZ4.642.1823.47-
YUV25.48190.37109.82-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 17 (7.03% from 255) = 11.11%
BLUE value IS 136 (53.52% from 255) = 88.89%
R=0%
G=11.11%
B=88.89%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal01713610.8700.47232.510026.67
Hex01188645702Fe8641b
Octal02121014412705735014433
Binary0100011000100011001001010111010111111101000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001188; }

 p { color: rgb(0,17,136); }

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

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

 a { background-color: rgb(0,17,136); }

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

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

 span { border-color: rgb(0,17,136); }

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