#011A8B

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

Shades of Dark Blue #011A8B

Tints of Dark Blue #011A8B

Color information

#011A8B (or 0x011A8B) is unknown color: approx Dark Blue. HEX triplet: 01, 1A and 8B. RGB value is (1,26,139). Sum of RGB (Red+Green+Blue) = 1+26+139=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 139 (54.69% from 255 or 83.73% from 166); Max value from RGB is 139 - color contains mainly: blue. Hex color #011A8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011A8B is #FEE574. Grayscale: #1E1E1E. Windows color (decimal): -16704885 or 9116161. OLE color: 9116161.

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

Color convert

RGB126139-
CMYK0.990.8100.45
HSL229.13º98.57%27.45%-
HSV(B)229.13º99.28%54.51%-
XYZ5.042.6124.66-
YUV31.41188.72106.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 26 (10.55% from 255) = 15.66%
BLUE value IS 139 (54.69% from 255) = 83.73%
R=0.60%
G=15.66%
B=83.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1261390.990.8100.45229.1398.5727.45
Hex11A8B635102De5631b
Octal13221314312105534514333
Binary1110101000101111000111010001010110111100101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011A8B; }

 p { color: rgb(1,26,139); }

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

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

 a { background-color: rgb(1,26,139); }

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

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

 span { border-color: rgb(1,26,139); }

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