Html Css Color HEX #07099D New Midnight Blue

📋 copy color: '#07099D'

red 7 ◦ green 9 ◦ blue 157

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

Shades of New Midnight Blue #07099D

Tints of New Midnight Blue #07099D

RGB

 RED value IS 7 (3.13% from 255) = 4.05%

 GREEN value IS 9 (3.91% from 255) = 5.2%

 BLUE value IS 157 (61.72% from 255) = 90.75%

R = 4.05%
G = 5.2%
B = 90.75%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#07099D (or 0x07099D) is known color: New Midnight Blue. HEX triplet: 07, 09 and 9D. RGB value is (7,9,157). Sum of RGB (Red+Green+Blue) = 7+9+157=173 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.05% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 157 (61.72% from 255 or 90.75% from 173); Max value from RGB is 157 - color contains mainly: blue. Hex color #07099D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07099D is #F8F662. Grayscale: #181818. Windows color (decimal): -16316003 or 10291463. OLE color: 10291463.

HSL color Cylindrical-coordinate representation of color #07099D: hue angle of 239.2º degrees, saturation: 0.91, 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 #07099D is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 7 9 157 -
CMYK 0.96 0.94 0 0.38
HSL 239.2º 0.91% 0.32% -
HSV(B) 239.2º 0.96% 0.62% -
XYZ 6.27 2.67 32.08 -
YUV 25.27 202.34 114.97 -
System Red Green Blue C M Y K H S L
Decimal 7 9 157 0.96 0.94 0 0.38 239.2 0.91 0.32
Hex 7 9 9D 60 5E 0 26 EF 5B 20
Octal 7 11 235 140 136 0 46 357 133 40
Binary 111 1001 10011101 1100000 1011110 0 100110 11101111 1011011 100000

Color Harmonies of #07099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07099D

Black with #07099D

Text Example


Text Example

White with #07099D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07099D; }

 p { color: rgb(7,9,157); }

 H1.HeaderClassName
 {
   color: #07099D;
 }
 .AnyTagClassName
 {
   color: #07099D;
 }
</style>

background-color css

<style>
 a { background-color: #07099D; }

 a { background-color: rgb(7,9,157); }

 div.DivClassName
 {
   background-color: #07099D;
 }
 .BgClassName
 {
   background-color: #07099D;
 }
</style>

border-color css

<style>
 span { border-color: #07099D; }

 span { border-color: rgb(7,9,157); }

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