#01188A

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

Shades of Dark Blue #01188A

Tints of Dark Blue #01188A

Color information

#01188A (or 0x01188A) is unknown color: approx Dark Blue. HEX triplet: 01, 18 and 8A. RGB value is (1,24,138). Sum of RGB (Red+Green+Blue) = 1+24+138=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 138 (54.30% from 255 or 84.66% from 163); Max value from RGB is 138 - color contains mainly: blue. Hex color #01188A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01188A is #FEE775. Grayscale: #1D1D1D. Windows color (decimal): -16705398 or 9050113. OLE color: 9050113.

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

Color convert

RGB124138-
CMYK0.990.8300.46
HSL229.93º98.56%27.25%-
HSV(B)229.93º99.28%54.12%-
XYZ4.932.4924.27-
YUV30.12188.88107.23-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 24 (9.77% from 255) = 14.72%
BLUE value IS 138 (54.30% from 255) = 84.66%
R=0.61%
G=14.72%
B=84.66%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1241380.990.8300.46229.9398.5627.25
Hex1188A635302Ee6631b
Octal13021214312305634614333
Binary1110001000101011000111010011010111011100110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01188A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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