#07149B

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

Shades of New Midnight Blue #07149B

Tints of New Midnight Blue #07149B

Color information

#07149B (or 0x07149B) is unknown color: approx New Midnight Blue. HEX triplet: 07, 14 and 9B. RGB value is (7,20,155). Sum of RGB (Red+Green+Blue) = 7+20+155=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 155 (60.94% from 255 or 85.16% from 182); Max value from RGB is 155 - color contains mainly: blue. Hex color #07149B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07149B is #F8EB64. Grayscale: #1E1E1E. Windows color (decimal): -16313189 or 10163207. OLE color: 10163207.

HSL color Cylindrical-coordinate representation of color #07149B: hue angle of 234.73º 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 #07149B is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB720155-
CMYK0.950.8700.39
HSL234.73º91.36%31.76%-
HSV(B)234.73º95.48%60.78%-
XYZ6.252.9131.24-
YUV31.5197.69110.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.85%
GREEN value IS 20 (8.20% from 255) = 10.99%
BLUE value IS 155 (60.94% from 255) = 85.16%
R=3.85%
G=10.99%
B=85.16%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal7201550.950.8700.39234.7391.3631.76
Hex7149B5F57027eb5b20
Octal72423313712704735313340
Binary1111010010011011101111110101110100111111010111011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07149B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07149B; }

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

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

<style>
 a { background-color: #07149B; }

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

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

<style>
 span { border-color: #07149B; }

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

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