#1A066F

Color #1A066F Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #1A066F

Tints of Midnight Blue #1A066F

Color information

#1A066F (or 0x1A066F) is unknown color: approx Midnight Blue. HEX triplet: 1A, 06 and 6F. RGB value is (26,6,111). Sum of RGB (Red+Green+Blue) = 26+6+111=143 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.18% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 111 (43.75% from 255 or 77.62% from 143); Max value from RGB is 111 - color contains mainly: blue. Hex color #1A066F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A066F is #E5F990. Grayscale: #171717. Windows color (decimal): -15071633 or 7276058. OLE color: 7276058.

HSL color Cylindrical-coordinate representation of color #1A066F: hue angle of 251.43º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A066F is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB266111-
CMYK0.770.9500.56
HSL251.43º89.74%22.94%-
HSV(B)251.43º94.59%43.53%-
XYZ3.361.515.15-
YUV23.95177.13129.46-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.18%
GREEN value IS 6 (2.73% from 255) = 4.20%
BLUE value IS 111 (43.75% from 255) = 77.62%
R=18.18%
G=4.20%
B=77.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2661110.770.9500.56251.4389.7422.94
Hex1A66F4D5F038fb5a17
Octal32615711513707037313227
Binary11010110110111110011011011111011100011111011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A066F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A066F; }

 p { color: rgb(26,6,111); }

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

<style>
 a { background-color: #1A066F; }

 a { background-color: rgb(26,6,111); }

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

<style>
 span { border-color: #1A066F; }

 span { border-color: rgb(26,6,111); }

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