#01188D

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

Shades of Dark Blue #01188D

Tints of Dark Blue #01188D

Color information

#01188D (or 0x01188D) is unknown color: approx Dark Blue. HEX triplet: 01, 18 and 8D. RGB value is (1,24,141). Sum of RGB (Red+Green+Blue) = 1+24+141=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 141 (55.47% from 255 or 84.94% from 166); Max value from RGB is 141 - color contains mainly: blue. Hex color #01188D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01188D is #FEE772. Grayscale: #1D1D1D. Windows color (decimal): -16705395 or 9246721. OLE color: 9246721.

HSL color Cylindrical-coordinate representation of color #01188D: hue angle of 230.14º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01188D is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB124141-
CMYK0.990.8300.45
HSL230.14º98.59%27.84%-
HSV(B)230.14º99.29%55.29%-
XYZ5.152.5825.43-
YUV30.46190.38106.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 24 (9.77% from 255) = 14.46%
BLUE value IS 141 (55.47% from 255) = 84.94%
R=0.60%
G=14.46%
B=84.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1241410.990.8300.45230.1498.5927.84
Hex1188D635302De6631c
Octal13021514312305534614334
Binary1110001000110111000111010011010110111100110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01188D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01188D; }

 p { color: rgb(1,24,141); }

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

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

 a { background-color: rgb(1,24,141); }

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

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

 span { border-color: rgb(1,24,141); }

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