#190358

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

Shades of Midnight Blue #190358

Tints of Midnight Blue #190358

Color information

#190358 (or 0x190358) is unknown color: approx Midnight Blue. HEX triplet: 19, 03 and 58. RGB value is (25,3,88). Sum of RGB (Red+Green+Blue) = 25+3+88=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 88 (34.77% from 255 or 75.86% from 116); Max value from RGB is 88 - color contains mainly: blue. Hex color #190358 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190358 is #E6FCA7. Grayscale: #121212. Windows color (decimal): -15137960 or 5767961. OLE color: 5767961.

HSL color Cylindrical-coordinate representation of color #190358: hue angle of 255.53º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #190358 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB25388-
CMYK0.720.9700.65
HSL255.53º93.41%17.84%-
HSV(B)255.53º96.59%34.51%-
XYZ2.190.989.31-
YUV19.27166.79132.09-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.55%
GREEN value IS 3 (1.56% from 255) = 2.59%
BLUE value IS 88 (34.77% from 255) = 75.86%
R=21.55%
G=2.59%
B=75.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal253880.720.9700.65255.5393.4117.84
Hex1935848610411005d12
Octal313130110141010140013522
Binary110011110110001001000110000101000001100000000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190358; }

 p { color: rgb(25,3,88); }

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

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

 a { background-color: rgb(25,3,88); }

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

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

 span { border-color: rgb(25,3,88); }

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