#192A7E

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

Shades of Midnight Blue #192A7E

Tints of Midnight Blue #192A7E

Color information

#192A7E (or 0x192A7E) is unknown color: approx Midnight Blue. HEX triplet: 19, 2A and 7E. RGB value is (25,42,126). Sum of RGB (Red+Green+Blue) = 25+42+126=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 126 (49.61% from 255 or 65.28% from 193); Max value from RGB is 126 - color contains mainly: blue. Hex color #192A7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192A7E is #E6D581. Grayscale: #2E2E2E. Windows color (decimal): -15127938 or 8268313. OLE color: 8268313.

HSL color Cylindrical-coordinate representation of color #192A7E: hue angle of 229.9º 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 #192A7E is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2542126-
CMYK0.800.6700.51
HSL229.9º66.89%29.61%-
HSV(B)229.9º80.16%49.41%-
XYZ4.993.3720.13-
YUV46.49172.87112.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.95%
GREEN value IS 42 (16.80% from 255) = 21.76%
BLUE value IS 126 (49.61% from 255) = 65.28%
R=12.95%
G=21.76%
B=65.28%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal25421260.800.6700.51229.966.8929.61
Hex192A7E5043033e6431e
Octal315217612010306334610336
Binary11001101010111111010100001000011011001111100110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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