#07054B

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

Shades of Midnight Blue #07054B

Tints of Midnight Blue #07054B

Color information

#07054B (or 0x07054B) is unknown color: approx Midnight Blue. HEX triplet: 07, 05 and 4B. RGB value is (7,5,75). Sum of RGB (Red+Green+Blue) = 7+5+75=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 75 (29.69% from 255 or 86.21% from 87); Max value from RGB is 75 - color contains mainly: blue. Hex color #07054B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07054B is #F8FAB4. Grayscale: #0D0D0D. Windows color (decimal): -16317109 or 4916487. OLE color: 4916487.

HSL color Cylindrical-coordinate representation of color #07054B: hue angle of 241.71º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07054B is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB7575-
CMYK0.910.9300.71
HSL241.71º87.5%15.69%-
HSV(B)241.71º93.33%29.41%-
XYZ1.410.666.71-
YUV13.58162.66123.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.05%
GREEN value IS 5 (2.34% from 255) = 5.75%
BLUE value IS 75 (29.69% from 255) = 86.21%
R=8.05%
G=5.75%
B=86.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75750.910.9300.71241.7187.515.69
Hex754B5B5D047f25810
Octal75113133135010736213020
Binary1111011001011101101110111010100011111110010101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,5,75); }

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

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

 a { background-color: rgb(7,5,75); }

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

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

 span { border-color: rgb(7,5,75); }

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