#01168F

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

Shades of Dark Blue #01168F

Tints of Dark Blue #01168F

Color information

#01168F (or 0x01168F) is unknown color: approx Dark Blue. HEX triplet: 01, 16 and 8F. RGB value is (1,22,143). Sum of RGB (Red+Green+Blue) = 1+22+143=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 143 (56.25% from 255 or 86.14% from 166); Max value from RGB is 143 - color contains mainly: blue. Hex color #01168F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01168F is #FEE970. Grayscale: #1D1D1D. Windows color (decimal): -16705905 or 9377281. OLE color: 9377281.

HSL color Cylindrical-coordinate representation of color #01168F: hue angle of 231.13º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01168F is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB122143-
CMYK0.990.8500.44
HSL231.13º98.61%28.24%-
HSV(B)231.13º99.3%56.08%-
XYZ5.262.5626.2-
YUV29.52192.04107.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 22 (8.98% from 255) = 13.25%
BLUE value IS 143 (56.25% from 255) = 86.14%
R=0.60%
G=13.25%
B=86.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1221430.990.8500.44231.1398.6128.24
Hex1168F635502Ce7631c
Octal12621714312505434714334
Binary1101101000111111000111010101010110011100111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01168F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01168F; }

 p { color: rgb(1,22,143); }

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

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

 a { background-color: rgb(1,22,143); }

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

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

 span { border-color: rgb(1,22,143); }

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