#1A065D

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

Shades of Midnight Blue #1A065D

Tints of Midnight Blue #1A065D

Color information

#1A065D (or 0x1A065D) is unknown color: approx Midnight Blue. HEX triplet: 1A, 06 and 5D. RGB value is (26,6,93). Sum of RGB (Red+Green+Blue) = 26+6+93=125 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.8% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 93 (36.72% from 255 or 74.4% from 125); Max value from RGB is 93 - color contains mainly: blue. Hex color #1A065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A065D is #E5F9A2. Grayscale: #151515. Windows color (decimal): -15071651 or 6096410. OLE color: 6096410.

HSL color Cylindrical-coordinate representation of color #1A065D: hue angle of 253.79º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1A065D is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB26693-
CMYK0.720.9400.64
HSL253.79º87.88%19.41%-
HSV(B)253.79º93.55%36.47%-
XYZ2.471.1410.45-
YUV21.9168.13130.93-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.8%
GREEN value IS 6 (2.73% from 255) = 4.8%
BLUE value IS 93 (36.72% from 255) = 74.4%
R=20.8%
G=4.8%
B=74.4%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal266930.720.9400.64253.7987.8819.41
Hex1A65D485E040fe5813
Octal326135110136010037613023
Binary110101101011101100100010111100100000011111110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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