#19045C

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

Shades of Midnight Blue #19045C

Tints of Midnight Blue #19045C

Color information

#19045C (or 0x19045C) is unknown color: approx Midnight Blue. HEX triplet: 19, 04 and 5C. RGB value is (25,4,92). Sum of RGB (Red+Green+Blue) = 25+4+92=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 92 (36.33% from 255 or 76.03% from 121); Max value from RGB is 92 - color contains mainly: blue. Hex color #19045C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19045C is #E6FBA3. Grayscale: #131313. Windows color (decimal): -15137700 or 6030361. OLE color: 6030361.

HSL color Cylindrical-coordinate representation of color #19045C: hue angle of 254.32º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #19045C is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB25492-
CMYK0.730.9600.64
HSL254.32º91.67%18.82%-
HSV(B)254.32º95.65%36.08%-
XYZ2.381.0710.21-
YUV20.31168.46131.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.66%
GREEN value IS 4 (1.95% from 255) = 3.31%
BLUE value IS 92 (36.33% from 255) = 76.03%
R=20.66%
G=3.31%
B=76.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal254920.730.9600.64254.3291.6718.82
Hex1945C4960040fe5c13
Octal314134111140010037613423
Binary110011001011100100100111000000100000011111110101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19045C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19045C; }

 p { color: rgb(25,4,92); }

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

<style>
 a { background-color: #19045C; }

 a { background-color: rgb(25,4,92); }

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

<style>
 span { border-color: #19045C; }

 span { border-color: rgb(25,4,92); }

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