#070237

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

Shades of Midnight Express #070237

Tints of Midnight Express #070237

Color information

#070237 (or 0x070237) is unknown color: approx Midnight Express. HEX triplet: 07, 02 and 37. RGB value is (7,2,55). Sum of RGB (Red+Green+Blue) = 7+2+55=64 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.94% from 64); Green value is 2 (1.17% from 255 or 3.12% from 64); Blue value is 55 (21.88% from 255 or 85.94% from 64); Max value from RGB is 55 - color contains mainly: blue. Hex color #070237 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070237 is #F8FDC8. Grayscale: #090909. Windows color (decimal): -16317897 or 3604999. OLE color: 3604999.

HSL color Cylindrical-coordinate representation of color #070237: hue angle of 245.66º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070237 is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB7255-
CMYK0.870.9600.78
HSL245.66º92.98%11.18%-
HSV(B)245.66º96.36%21.57%-
XYZ0.80.363.64-
YUV9.54153.66126.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.94%
GREEN value IS 2 (1.17% from 255) = 3.12%
BLUE value IS 55 (21.88% from 255) = 85.94%
R=10.94%
G=3.12%
B=85.94%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal72550.870.9600.78245.6692.9811.18
Hex7237576004Ef65db
Octal7267127140011636613513
Binary1111011011110101111100000010011101111011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070237; }

 p { color: rgb(7,2,55); }

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

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

 a { background-color: rgb(7,2,55); }

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

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

 span { border-color: rgb(7,2,55); }

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