#00075A

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

Shades of Midnight Blue #00075A

Tints of Midnight Blue #00075A

Color information

#00075A (or 0x00075A) is unknown color: approx Midnight Blue. HEX triplet: 00, 07 and 5A. RGB value is (0,7,90). Sum of RGB (Red+Green+Blue) = 0+7+90=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 90 (35.55% from 255 or 92.78% from 97); Max value from RGB is 90 - color contains mainly: blue. Hex color #00075A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00075A is #FFF8A5. Grayscale: #0E0E0E. Windows color (decimal): -16775334 or 5900032. OLE color: 5900032.

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

Color convert

RGB0790-
CMYK10.9200.65
HSL235.33º100%17.65%-
HSV(B)235.33º100%35.29%-
XYZ1.920.899.74-
YUV14.37170.68117.75-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 7 (3.12% from 255) = 7.22%
BLUE value IS 90 (35.55% from 255) = 92.78%
R=0%
G=7.22%
B=92.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal079010.9200.65235.3310017.65
Hex075A645C041eb6412
Octal07132144134010135314422
Binary01111011010110010010111000100000111101011110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00075A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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