#07199E

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

Shades of New Midnight Blue #07199E

Tints of New Midnight Blue #07199E

Color information

#07199E (or 0x07199E) is unknown color: approx New Midnight Blue. HEX triplet: 07, 19 and 9E. RGB value is (7,25,158). Sum of RGB (Red+Green+Blue) = 7+25+158=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 158 (62.11% from 255 or 83.16% from 190); Max value from RGB is 158 - color contains mainly: blue. Hex color #07199E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07199E is #F8E661. Grayscale: #222222. Windows color (decimal): -16311906 or 10361095. OLE color: 10361095.

HSL color Cylindrical-coordinate representation of color #07199E: hue angle of 232.85º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07199E is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB725158-
CMYK0.960.8400.38
HSL232.85º91.52%32.35%-
HSV(B)232.85º95.57%61.96%-
XYZ6.613.2132.62-
YUV34.78197.54108.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.68%
GREEN value IS 25 (10.16% from 255) = 13.16%
BLUE value IS 158 (62.11% from 255) = 83.16%
R=3.68%
G=13.16%
B=83.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7251580.960.8400.38232.8591.5232.35
Hex7199E6054026e95c20
Octal73123614012404635113440
Binary1111100110011110110000010101000100110111010011011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07199E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07199E; }

 p { color: rgb(7,25,158); }

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

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

 a { background-color: rgb(7,25,158); }

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

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

 span { border-color: rgb(7,25,158); }

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