#19086A

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

Shades of Midnight Blue #19086A

Tints of Midnight Blue #19086A

Color information

#19086A (or 0x19086A) is unknown color: approx Midnight Blue. HEX triplet: 19, 08 and 6A. RGB value is (25,8,106). Sum of RGB (Red+Green+Blue) = 25+8+106=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 106 (41.80% from 255 or 76.26% from 139); Max value from RGB is 106 - color contains mainly: blue. Hex color #19086A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19086A is #E6F795. Grayscale: #171717. Windows color (decimal): -15136662 or 6948889. OLE color: 6948889.

HSL color Cylindrical-coordinate representation of color #19086A: hue angle of 250.41º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #19086A is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB258106-
CMYK0.760.9200.58
HSL250.41º85.96%22.35%-
HSV(B)250.41º92.45%41.57%-
XYZ3.091.4213.75-
YUV24.26174.13128.53-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.99%
GREEN value IS 8 (3.52% from 255) = 5.76%
BLUE value IS 106 (41.80% from 255) = 76.26%
R=17.99%
G=5.76%
B=76.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2581060.760.9200.58250.4185.9622.35
Hex1986A4C5C03Afa5616
Octal311015211413407237212626
Binary110011000110101010011001011100011101011111010101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19086A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19086A; }

 p { color: rgb(25,8,106); }

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

<style>
 a { background-color: #19086A; }

 a { background-color: rgb(25,8,106); }

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

<style>
 span { border-color: #19086A; }

 span { border-color: rgb(25,8,106); }

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