#190D75

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

Shades of Midnight Blue #190D75

Tints of Midnight Blue #190D75

Color information

#190D75 (or 0x190D75) is unknown color: approx Midnight Blue. HEX triplet: 19, 0D and 75. RGB value is (25,13,117). Sum of RGB (Red+Green+Blue) = 25+13+117=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 117 (46.09% from 255 or 75.48% from 155); Max value from RGB is 117 - color contains mainly: blue. Hex color #190D75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190D75 is #E6F28A. Grayscale: #1C1C1C. Windows color (decimal): -15135371 or 7671065. OLE color: 7671065.

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

Color convert

RGB2513117-
CMYK0.790.8900.54
HSL246.92º80%25.49%-
HSV(B)246.92º88.89%45.88%-
XYZ3.761.7816.98-
YUV28.44177.98125.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.13%
GREEN value IS 13 (5.47% from 255) = 8.39%
BLUE value IS 117 (46.09% from 255) = 75.48%
R=16.13%
G=8.39%
B=75.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25131170.790.8900.54246.928025.49
Hex19D754F59036f75019
Octal311516511713106636712031
Binary110011101111010110011111011001011011011110111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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