#192C7C

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

Shades of Midnight Blue #192C7C

Tints of Midnight Blue #192C7C

Color information

#192C7C (or 0x192C7C) is unknown color: approx Midnight Blue. HEX triplet: 19, 2C and 7C. RGB value is (25,44,124). Sum of RGB (Red+Green+Blue) = 25+44+124=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 124 (48.83% from 255 or 64.25% from 193); Max value from RGB is 124 - color contains mainly: blue. Hex color #192C7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192C7C is #E6D383. Grayscale: #2F2F2F. Windows color (decimal): -15127428 or 8137753. OLE color: 8137753.

HSL color Cylindrical-coordinate representation of color #192C7C: hue angle of 228.48º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #192C7C is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2544124-
CMYK0.800.6500.51
HSL228.48º66.44%29.22%-
HSV(B)228.48º79.84%48.63%-
XYZ4.943.4619.48-
YUV47.44171.21112-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.95%
GREEN value IS 44 (17.58% from 255) = 22.80%
BLUE value IS 124 (48.83% from 255) = 64.25%
R=12.95%
G=22.80%
B=64.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal25441240.800.6500.51228.4866.4429.22
Hex192C7C5041033e4421d
Octal315417412010106334410235
Binary11001101100111110010100001000001011001111100100100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192C7C; }

 p { color: rgb(25,44,124); }

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

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

 a { background-color: rgb(25,44,124); }

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

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

 span { border-color: rgb(25,44,124); }

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