Html Css Color HEX #07199E New Midnight Blue

📋 copy color: '#07199E'

red 7 ◦ green 25 ◦ blue 158

#07199E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Midnight Blue #07199E

Tints of New Midnight Blue #07199E

RGB

 RED value IS 7 (3.13% 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 value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#07199E (or 0x07199E) is known color: 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

RGB 7 25 158 -
CMYK 0.96 0.84 0 0.38
HSL 232.85º 0.92% 0.32% -
HSV(B) 232.85º 0.96% 0.62% -
XYZ 6.61 3.21 32.62 -
YUV 34.78 197.54 108.19 -
System Red Green Blue C M Y K H S L
Decimal 7 25 158 0.96 0.84 0 0.38 232.85 0.92 0.32
Hex 7 19 9E 60 54 0 26 E9 5C 20
Octal 7 31 236 140 124 0 46 351 134 40
Binary 111 11001 10011110 1100000 1010100 0 100110 11101001 1011100 100000

Color Harmonies of #07199E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07199E

Black with #07199E

Text Example


Text Example

White with #07199E

Text Example


Text Example

HTML Codes & Css Web 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>