#19006E

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

Shades of Midnight Blue #19006E

Tints of Midnight Blue #19006E

Color information

#19006E (or 0x19006E) is unknown color: approx Midnight Blue. HEX triplet: 19, 00 and 6E. RGB value is (25,0,110). Sum of RGB (Red+Green+Blue) = 25+0+110=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 110 (43.36% from 255 or 81.48% from 135); Max value from RGB is 110 - color contains mainly: blue. Hex color #19006E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19006E is #E6FF91. Grayscale: #131313. Windows color (decimal): -15138706 or 7208985. OLE color: 7208985.

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

Color convert

RGB250110-
CMYK0.77100.57
HSL253.64º100%21.57%-
HSV(B)253.64º100%43.14%-
XYZ3.221.3314.84-
YUV20.02178.78131.56-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 81.48%
R=18.52%
G=0%
B=81.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2501100.77100.57253.6410021.57
Hex1906E4D64039fe6416
Octal31015611514407137614426
Binary110010110111010011011100100011100111111110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19006E; }

 p { color: rgb(25,0,110); }

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

<style>
 a { background-color: #19006E; }

 a { background-color: rgb(25,0,110); }

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

<style>
 span { border-color: #19006E; }

 span { border-color: rgb(25,0,110); }

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