#07099b

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

Shades of New Midnight Blue #07099B

Tints of New Midnight Blue #07099B

Color information

#07099B (or 0x07099B) is unknown color: approx New Midnight Blue. HEX triplet: 07, 09 and 9B. RGB value is (7,9,155). Sum of RGB (Red+Green+Blue) = 7+9+155=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 155 (60.94% from 255 or 90.64% from 171); Max value from RGB is 155 - color contains mainly: blue. Hex color #07099B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07099B is #F8F664. Grayscale: #181818. Windows color (decimal): -16316005 or 10160391. OLE color: 10160391.

HSL color Cylindrical-coordinate representation of color #07099B: hue angle of 239.19º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07099B is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB79155-
CMYK0.950.9400.39
HSL239.19º91.36%31.76%-
HSV(B)239.19º95.48%60.78%-
XYZ6.12.6131.19-
YUV25.05201.34115.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.09%
GREEN value IS 9 (3.91% from 255) = 5.26%
BLUE value IS 155 (60.94% from 255) = 90.64%
R=4.09%
G=5.26%
B=90.64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal791550.950.9400.39239.1991.3631.76
Hex799B5F5E027ef5b20
Octal71123313713604735713340
Binary111100110011011101111110111100100111111011111011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07099b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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