#1A1067

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

Shades of Midnight Blue #1A1067

Tints of Midnight Blue #1A1067

Color information

#1A1067 (or 0x1A1067) is unknown color: approx Midnight Blue. HEX triplet: 1A, 10 and 67. RGB value is (26,16,103). Sum of RGB (Red+Green+Blue) = 26+16+103=145 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.93% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 103 (40.62% from 255 or 71.03% from 145); Max value from RGB is 103 - color contains mainly: blue. Hex color #1A1067 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1067 is #E5EF98. Grayscale: #1C1C1C. Windows color (decimal): -15069081 or 6754330. OLE color: 6754330.

HSL color Cylindrical-coordinate representation of color #1A1067: hue angle of 246.9º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A1067 is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2616103-
CMYK0.750.8400.60
HSL246.9º73.11%23.33%-
HSV(B)246.9º84.47%40.39%-
XYZ3.061.5712.97-
YUV28.91169.81125.93-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.93%
GREEN value IS 16 (6.64% from 255) = 11.03%
BLUE value IS 103 (40.62% from 255) = 71.03%
R=17.93%
G=11.03%
B=71.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal26161030.750.8400.60246.973.1123.33
Hex1A10674B5403Cf74917
Octal322014711312407436711127
Binary1101010000110011110010111010100011110011110111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,16,103); }

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

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

 a { background-color: rgb(26,16,103); }

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

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

 span { border-color: rgb(26,16,103); }

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