#1A0270

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

Shades of Midnight Blue #1A0270

Tints of Midnight Blue #1A0270

Color information

#1A0270 (or 0x1A0270) is unknown color: approx Midnight Blue. HEX triplet: 1A, 02 and 70. RGB value is (26,2,112). Sum of RGB (Red+Green+Blue) = 26+2+112=140 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.57% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 112 (44.14% from 255 or 80% from 140); Max value from RGB is 112 - color contains mainly: blue. Hex color #1A0270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0270 is #E5FD8F. Grayscale: #151515. Windows color (decimal): -15072656 or 7340570. OLE color: 7340570.

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

Color convert

RGB262112-
CMYK0.770.9800.56
HSL253.09º96.49%22.35%-
HSV(B)253.09º98.21%43.92%-
XYZ3.371.4315.43-
YUV21.72178.95131.06-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.57%
GREEN value IS 2 (1.17% from 255) = 1.43%
BLUE value IS 112 (44.14% from 255) = 80%
R=18.57%
G=1.43%
B=80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2621120.770.9800.56253.0996.4922.35
Hex1A2704D62038fd6016
Octal32216011514207037514026
Binary1101010111000010011011100010011100011111101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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