#07045B

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

Shades of Midnight Blue #07045B

Tints of Midnight Blue #07045B

Color information

#07045B (or 0x07045B) is unknown color: approx Midnight Blue. HEX triplet: 07, 04 and 5B. RGB value is (7,4,91). Sum of RGB (Red+Green+Blue) = 7+4+91=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 91 (35.94% from 255 or 89.22% from 102); Max value from RGB is 91 - color contains mainly: blue. Hex color #07045B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07045B is #F8FBA4. Grayscale: #0E0E0E. Windows color (decimal): -16317349 or 5964807. OLE color: 5964807.

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

Color convert

RGB7491-
CMYK0.920.9600.64
HSL242.07º91.58%18.63%-
HSV(B)242.07º95.6%35.69%-
XYZ2.020.899.96-
YUV14.82170.99122.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.86%
GREEN value IS 4 (1.95% from 255) = 3.92%
BLUE value IS 91 (35.94% from 255) = 89.22%
R=6.86%
G=3.92%
B=89.22%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal74910.920.9600.64242.0791.5818.63
Hex745B5C60040f25c13
Octal74133134140010036213423
Binary1111001011011101110011000000100000011110010101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07045B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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