#01128C

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

Shades of Dark Blue #01128C

Tints of Dark Blue #01128C

Color information

#01128C (or 0x01128C) is unknown color: approx Dark Blue. HEX triplet: 01, 12 and 8C. RGB value is (1,18,140). Sum of RGB (Red+Green+Blue) = 1+18+140=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 140 (55.08% from 255 or 88.05% from 159); Max value from RGB is 140 - color contains mainly: blue. Hex color #01128C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01128C is #FEED73. Grayscale: #1A1A1A. Windows color (decimal): -16706932 or 9179649. OLE color: 9179649.

HSL color Cylindrical-coordinate representation of color #01128C: hue angle of 232.66º 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 #01128C is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB118140-
CMYK0.990.8700.45
HSL232.66º98.58%27.65%-
HSV(B)232.66º99.29%54.9%-
XYZ4.962.3325-
YUV26.82191.87109.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.63%
GREEN value IS 18 (7.42% from 255) = 11.32%
BLUE value IS 140 (55.08% from 255) = 88.05%
R=0.63%
G=11.32%
B=88.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181400.990.8700.45232.6698.5827.65
Hex1128C635702De9631c
Octal12221414312705535114334
Binary1100101000110011000111010111010110111101001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01128C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01128C; }

 p { color: rgb(1,18,140); }

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

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

 a { background-color: rgb(1,18,140); }

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

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

 span { border-color: rgb(1,18,140); }

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