#07152D

Color #07152D Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #07152D

Tints of Midnight Express #07152D

Color information

#07152D (or 0x07152D) is unknown color: approx Midnight Express. HEX triplet: 07, 15 and 2D. RGB value is (7,21,45). Sum of RGB (Red+Green+Blue) = 7+21+45=73 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.59% from 73); Green value is 21 (8.59% from 255 or 28.77% from 73); Blue value is 45 (17.97% from 255 or 61.64% from 73); Max value from RGB is 45 - color contains mainly: blue. Hex color #07152D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07152D is #F8EAD2. Grayscale: #131313. Windows color (decimal): -16313043 or 2954503. OLE color: 2954503.

HSL color Cylindrical-coordinate representation of color #07152D: hue angle of 217.89º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #07152D is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB72145-
CMYK0.840.5300.82
HSL217.89º73.08%10.2%-
HSV(B)217.89º84.44%17.65%-
XYZ0.830.772.59-
YUV19.55142.36119.05-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.59%
GREEN value IS 21 (8.59% from 255) = 28.77%
BLUE value IS 45 (17.97% from 255) = 61.64%
R=9.59%
G=28.77%
B=61.64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal721450.840.5300.82217.8973.0810.2
Hex7152D5435052da49a
Octal7255512465012233211112
Binary111101011011011010100110101010100101101101010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07152D; }

 p { color: rgb(7,21,45); }

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

<style>
 a { background-color: #07152D; }

 a { background-color: rgb(7,21,45); }

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

<style>
 span { border-color: #07152D; }

 span { border-color: rgb(7,21,45); }

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