#07035A

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

Shades of Midnight Blue #07035A

Tints of Midnight Blue #07035A

Color information

#07035A (or 0x07035A) is unknown color: approx Midnight Blue. HEX triplet: 07, 03 and 5A. RGB value is (7,3,90). Sum of RGB (Red+Green+Blue) = 7+3+90=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 90 (35.55% from 255 or 90% from 100); Max value from RGB is 90 - color contains mainly: blue. Hex color #07035A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07035A is #F8FCA5. Grayscale: #0D0D0D. Windows color (decimal): -16317606 or 5899015. OLE color: 5899015.

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

Color convert

RGB7390-
CMYK0.920.9700.65
HSL242.76º93.55%18.24%-
HSV(B)242.76º96.67%35.29%-
XYZ1.970.859.73-
YUV14.11170.83122.93-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7%
GREEN value IS 3 (1.56% from 255) = 3%
BLUE value IS 90 (35.55% from 255) = 90%
R=7%
G=3%
B=90%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal73900.920.9700.65242.7693.5518.24
Hex735A5C61041f35e12
Octal73132134141010136313622
Binary111111011010101110011000010100000111110011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07035A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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