#192062

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

Shades of Midnight Blue #192062

Tints of Midnight Blue #192062

Color information

#192062 (or 0x192062) is unknown color: approx Midnight Blue. HEX triplet: 19, 20 and 62. RGB value is (25,32,98). Sum of RGB (Red+Green+Blue) = 25+32+98=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 98 (38.67% from 255 or 63.23% from 155); Max value from RGB is 98 - color contains mainly: blue. Hex color #192062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192062 is #E6DF9D. Grayscale: #252525. Windows color (decimal): -15130526 or 6430745. OLE color: 6430745.

HSL color Cylindrical-coordinate representation of color #192062: hue angle of 234.25º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #192062 is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB253298-
CMYK0.740.6700.62
HSL234.25º59.35%24.12%-
HSV(B)234.25º74.49%38.43%-
XYZ3.122.1211.8-
YUV37.43162.18119.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.13%
GREEN value IS 32 (12.89% from 255) = 20.65%
BLUE value IS 98 (38.67% from 255) = 63.23%
R=16.13%
G=20.65%
B=63.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2532980.740.6700.62234.2559.3524.12
Hex1920624A4303Eea3b18
Octal31401421121030763527330
Binary1100110000011000101001010100001101111101110101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192062; }

 p { color: rgb(25,32,98); }

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

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

 a { background-color: rgb(25,32,98); }

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

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

 span { border-color: rgb(25,32,98); }

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