#07055B

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

Shades of Midnight Blue #07055B

Tints of Midnight Blue #07055B

Color information

#07055B (or 0x07055B) is unknown color: approx Midnight Blue. HEX triplet: 07, 05 and 5B. RGB value is (7,5,91). Sum of RGB (Red+Green+Blue) = 7+5+91=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 91 (35.94% from 255 or 88.35% from 103); Max value from RGB is 91 - color contains mainly: blue. Hex color #07055B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07055B is #F8FAA4. Grayscale: #0F0F0F. Windows color (decimal): -16317093 or 5965063. OLE color: 5965063.

HSL color Cylindrical-coordinate representation of color #07055B: hue angle of 241.4º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07055B is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB7591-
CMYK0.920.9500.64
HSL241.4º89.58%18.82%-
HSV(B)241.4º94.51%35.69%-
XYZ2.030.919.97-
YUV15.4170.66122.01-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.80%
GREEN value IS 5 (2.34% from 255) = 4.85%
BLUE value IS 91 (35.94% from 255) = 88.35%
R=6.80%
G=4.85%
B=88.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal75910.920.9500.64241.489.5818.82
Hex755B5C5F040f15a13
Octal75133134137010036113223
Binary1111011011011101110010111110100000011110001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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