#192B7E

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

Shades of Midnight Blue #192B7E

Tints of Midnight Blue #192B7E

Color information

#192B7E (or 0x192B7E) is unknown color: approx Midnight Blue. HEX triplet: 19, 2B and 7E. RGB value is (25,43,126). Sum of RGB (Red+Green+Blue) = 25+43+126=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 126 (49.61% from 255 or 64.95% from 194); Max value from RGB is 126 - color contains mainly: blue. Hex color #192B7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192B7E is #E6D481. Grayscale: #2E2E2E. Windows color (decimal): -15127682 or 8268569. OLE color: 8268569.

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

Color convert

RGB2543126-
CMYK0.800.6600.51
HSL229.31º66.89%29.61%-
HSV(B)229.31º80.16%49.41%-
XYZ5.033.4420.14-
YUV47.08172.54112.25-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.89%
GREEN value IS 43 (17.19% from 255) = 22.16%
BLUE value IS 126 (49.61% from 255) = 64.95%
R=12.89%
G=22.16%
B=64.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal25431260.800.6600.51229.3166.8929.61
Hex192B7E5042033e5431e
Octal315317612010206334510336
Binary11001101011111111010100001000010011001111100101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,43,126); }

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

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

 a { background-color: rgb(25,43,126); }

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

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

 span { border-color: rgb(25,43,126); }

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