#000188

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

Shades of Dark Blue #000188

Tints of Dark Blue #000188

Color information

#000188 (or 0x000188) is unknown color: approx Dark Blue. HEX triplet: 00, 01 and 88. RGB value is (0,1,136). Sum of RGB (Red+Green+Blue) = 0+1+136=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 136 (53.52% from 255 or 99.27% from 137); Max value from RGB is 136 - color contains mainly: blue. Hex color #000188 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000188 is #FFFE77. Grayscale: #0F0F0F. Windows color (decimal): -16776824 or 8913152. OLE color: 8913152.

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

Color convert

RGB01136-
CMYK10.9900.47
HSL239.56º100%26.67%-
HSV(B)239.56º100%53.33%-
XYZ4.451.823.41-
YUV16.09195.67116.52-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 1 (0.78% from 255) = 0.73%
BLUE value IS 136 (53.52% from 255) = 99.27%
R=0%
G=0.73%
B=99.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal0113610.9900.47239.5610026.67
Hex0188646302Ff0641b
Octal0121014414305736014433
Binary011000100011001001100011010111111110000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000188; }

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

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

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

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

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

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

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

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