#07045A

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

Shades of Midnight Blue #07045A

Tints of Midnight Blue #07045A

Color information

#07045A (or 0x07045A) is unknown color: approx Midnight Blue. HEX triplet: 07, 04 and 5A. RGB value is (7,4,90). Sum of RGB (Red+Green+Blue) = 7+4+90=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 90 (35.55% from 255 or 89.11% from 101); Max value from RGB is 90 - color contains mainly: blue. Hex color #07045A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07045A is #F8FBA5. Grayscale: #0E0E0E. Windows color (decimal): -16317350 or 5899271. OLE color: 5899271.

HSL color Cylindrical-coordinate representation of color #07045A: hue angle of 242.09º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07045A is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB7490-
CMYK0.920.9600.65
HSL242.09º91.49%18.43%-
HSV(B)242.09º95.56%35.29%-
XYZ1.980.879.74-
YUV14.7170.49122.51-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.93%
GREEN value IS 4 (1.95% from 255) = 3.96%
BLUE value IS 90 (35.55% from 255) = 89.11%
R=6.93%
G=3.96%
B=89.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal74900.920.9600.65242.0991.4918.43
Hex745A5C60041f25b12
Octal74132134140010136213322
Binary1111001011010101110011000000100000111110010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07045A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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