#1A006D

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

Shades of Midnight Blue #1A006D

Tints of Midnight Blue #1A006D

Color information

#1A006D (or 0x1A006D) is unknown color: approx Midnight Blue. HEX triplet: 1A, 00 and 6D. RGB value is (26,0,109). Sum of RGB (Red+Green+Blue) = 26+0+109=135 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.26% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 109 (42.97% from 255 or 80.74% from 135); Max value from RGB is 109 - color contains mainly: blue. Hex color #1A006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A006D is #E5FF92. Grayscale: #131313. Windows color (decimal): -15073171 or 7143450. OLE color: 7143450.

HSL color Cylindrical-coordinate representation of color #1A006D: hue angle of 254.31º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A006D is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB260109-
CMYK0.76100.57
HSL254.31º100%21.37%-
HSV(B)254.31º100%42.75%-
XYZ3.191.3214.56-
YUV20.2178.11132.14-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 80.74%
R=19.26%
G=0%
B=80.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2601090.76100.57254.3110021.37
Hex1A06D4C64039fe6415
Octal32015511414407137614425
Binary110100110110110011001100100011100111111110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,0,109); }

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

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

 a { background-color: rgb(26,0,109); }

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

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

 span { border-color: rgb(26,0,109); }

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