#1A0162

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

Shades of Midnight Blue #1A0162

Tints of Midnight Blue #1A0162

Color information

#1A0162 (or 0x1A0162) is unknown color: approx Midnight Blue. HEX triplet: 1A, 01 and 62. RGB value is (26,1,98). Sum of RGB (Red+Green+Blue) = 26+1+98=125 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.8% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 98 (38.67% from 255 or 78.4% from 125); Max value from RGB is 98 - color contains mainly: blue. Hex color #1A0162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0162 is #E5FE9D. Grayscale: #131313. Windows color (decimal): -15072926 or 6422810. OLE color: 6422810.

HSL color Cylindrical-coordinate representation of color #1A0162: hue angle of 255.46º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A0162 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB26198-
CMYK0.730.9900.62
HSL255.46º97.98%19.41%-
HSV(B)255.46º98.98%38.43%-
XYZ2.641.1211.63-
YUV19.53172.28132.61-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.8%
GREEN value IS 1 (0.78% from 255) = 0.8%
BLUE value IS 98 (38.67% from 255) = 78.4%
R=20.8%
G=0.8%
B=78.4%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal261980.730.9900.62255.4697.9819.41
Hex1A162496303Eff6213
Octal32114211114307637714223
Binary110101110001010010011100011011111011111111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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