#1A0D6F

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

Shades of Midnight Blue #1A0D6F

Tints of Midnight Blue #1A0D6F

Color information

#1A0D6F (or 0x1A0D6F) is unknown color: approx Midnight Blue. HEX triplet: 1A, 0D and 6F. RGB value is (26,13,111). Sum of RGB (Red+Green+Blue) = 26+13+111=150 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.33% from 150); Green value is 13 (5.47% from 255 or 8.67% from 150); Blue value is 111 (43.75% from 255 or 74% from 150); Max value from RGB is 111 - color contains mainly: blue. Hex color #1A0D6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A0D6F is #E5F290. Grayscale: #1B1B1B. Windows color (decimal): -15069841 or 7277850. OLE color: 7277850.

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

Color convert

RGB2613111-
CMYK0.770.8800.56
HSL247.96º79.03%24.31%-
HSV(B)247.96º88.29%43.53%-
XYZ3.441.6615.18-
YUV28.06174.81126.53-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.33%
GREEN value IS 13 (5.47% from 255) = 8.67%
BLUE value IS 111 (43.75% from 255) = 74%
R=17.33%
G=8.67%
B=74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26131110.770.8800.56247.9679.0324.31
Hex1AD6F4D58038f84f18
Octal321515711513007037011730
Binary110101101110111110011011011000011100011111000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,13,111); }

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

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

 a { background-color: rgb(26,13,111); }

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

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

 span { border-color: rgb(26,13,111); }

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