#190E75

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

Shades of Midnight Blue #190E75

Tints of Midnight Blue #190E75

Color information

#190E75 (or 0x190E75) is unknown color: approx Midnight Blue. HEX triplet: 19, 0E and 75. RGB value is (25,14,117). Sum of RGB (Red+Green+Blue) = 25+14+117=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 14 (5.86% from 255 or 8.97% from 156); Blue value is 117 (46.09% from 255 or 75% from 156); Max value from RGB is 117 - color contains mainly: blue. Hex color #190E75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190E75 is #E6F18A. Grayscale: #1C1C1C. Windows color (decimal): -15135115 or 7671321. OLE color: 7671321.

HSL color Cylindrical-coordinate representation of color #190E75: hue angle of 246.41º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #190E75 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2514117-
CMYK0.790.8800.54
HSL246.41º78.63%25.69%-
HSV(B)246.41º88.03%45.88%-
XYZ3.771.8116.98-
YUV29.03177.64125.12-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.03%
GREEN value IS 14 (5.86% from 255) = 8.97%
BLUE value IS 117 (46.09% from 255) = 75%
R=16.03%
G=8.97%
B=75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25141170.790.8800.54246.4178.6325.69
Hex19E754F58036f64f1a
Octal311616511713006636611732
Binary110011110111010110011111011000011011011110110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190E75; }

 p { color: rgb(25,14,117); }

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

<style>
 a { background-color: #190E75; }

 a { background-color: rgb(25,14,117); }

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

<style>
 span { border-color: #190E75; }

 span { border-color: rgb(25,14,117); }

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