#070C4B

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

Shades of Midnight Express #070C4B

Tints of Midnight Express #070C4B

Color information

#070C4B (or 0x070C4B) is unknown color: approx Midnight Express. HEX triplet: 07, 0C and 4B. RGB value is (7,12,75). Sum of RGB (Red+Green+Blue) = 7+12+75=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 75 (29.69% from 255 or 79.79% from 94); Max value from RGB is 75 - color contains mainly: blue. Hex color #070C4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070C4B is #F8F3B4. Grayscale: #111111. Windows color (decimal): -16315317 or 4918279. OLE color: 4918279.

HSL color Cylindrical-coordinate representation of color #070C4B: hue angle of 235.59º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #070C4B is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB71275-
CMYK0.910.8400.71
HSL235.59º82.93%16.08%-
HSV(B)235.59º90.67%29.41%-
XYZ1.490.826.74-
YUV17.69160.34120.38-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.45%
GREEN value IS 12 (5.08% from 255) = 12.77%
BLUE value IS 75 (29.69% from 255) = 79.79%
R=7.45%
G=12.77%
B=79.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal712750.910.8400.71235.5982.9316.08
Hex7C4B5B54047ec5310
Octal714113133124010735412320
Binary11111001001011101101110101000100011111101100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070C4B; }

 p { color: rgb(7,12,75); }

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

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

 a { background-color: rgb(7,12,75); }

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

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

 span { border-color: rgb(7,12,75); }

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