#1A0266

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

Shades of Midnight Blue #1A0266

Tints of Midnight Blue #1A0266

Color information

#1A0266 (or 0x1A0266) is unknown color: approx Midnight Blue. HEX triplet: 1A, 02 and 66. RGB value is (26,2,102). Sum of RGB (Red+Green+Blue) = 26+2+102=130 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 102 (40.23% from 255 or 78.46% from 130); Max value from RGB is 102 - color contains mainly: blue. Hex color #1A0266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0266 is #E5FD99. Grayscale: #141414. Windows color (decimal): -15072666 or 6685210. OLE color: 6685210.

HSL color Cylindrical-coordinate representation of color #1A0266: hue angle of 254.4º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A0266 is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB262102-
CMYK0.750.9800.6
HSL254.4º96.15%20.39%-
HSV(B)254.4º98.04%40%-
XYZ2.851.2212.66-
YUV20.58173.95131.87-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20%
GREEN value IS 2 (1.17% from 255) = 1.54%
BLUE value IS 102 (40.23% from 255) = 78.46%
R=20%
G=1.54%
B=78.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2621020.750.9800.6254.496.1520.39
Hex1A2664B6203Cfe6014
Octal32214611314207437614024
Binary1101010110011010010111100010011110011111110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,2,102); }

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

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

 a { background-color: rgb(26,2,102); }

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

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

 span { border-color: rgb(26,2,102); }

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