#001988

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

Shades of Dark Blue #001988

Tints of Dark Blue #001988

Color information

#001988 (or 0x001988) is unknown color: approx Dark Blue. HEX triplet: 00, 19 and 88. RGB value is (0,25,136). Sum of RGB (Red+Green+Blue) = 0+25+136=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 136 (53.52% from 255 or 84.47% from 161); Max value from RGB is 136 - color contains mainly: blue. Hex color #001988 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001988 is #FFE677. Grayscale: #1D1D1D. Windows color (decimal): -16770680 or 8919296. OLE color: 8919296.

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

Color convert

RGB025136-
CMYK10.8200.47
HSL228.97º100%26.67%-
HSV(B)228.97º100%53.33%-
XYZ4.792.4723.52-
YUV30.18187.72106.47-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 25 (10.16% from 255) = 15.53%
BLUE value IS 136 (53.52% from 255) = 84.47%
R=0%
G=15.53%
B=84.47%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal02513610.8200.47228.9710026.67
Hex01988645202Fe5641b
Octal03121014412205734514433
Binary0110011000100011001001010010010111111100101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001988; }

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

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

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

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

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

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

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

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