#192775

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

Shades of Midnight Blue #192775

Tints of Midnight Blue #192775

Color information

#192775 (or 0x192775) is unknown color: approx Midnight Blue. HEX triplet: 19, 27 and 75. RGB value is (25,39,117). Sum of RGB (Red+Green+Blue) = 25+39+117=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 117 (46.09% from 255 or 64.64% from 181); Max value from RGB is 117 - color contains mainly: blue. Hex color #192775 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192775 is #E6D88A. Grayscale: #2B2B2B. Windows color (decimal): -15128715 or 7677721. OLE color: 7677721.

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

Color convert

RGB2539117-
CMYK0.790.6700.54
HSL230.87º64.79%27.84%-
HSV(B)230.87º78.63%45.88%-
XYZ4.342.9417.17-
YUV43.71169.36114.66-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.81%
GREEN value IS 39 (15.62% from 255) = 21.55%
BLUE value IS 117 (46.09% from 255) = 64.64%
R=13.81%
G=21.55%
B=64.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25391170.790.6700.54230.8764.7927.84
Hex1927754F43036e7411c
Octal314716511710306634710134
Binary11001100111111010110011111000011011011011100111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192775; }

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

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

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

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

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

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

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

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