#0F204C

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

Shades of Midnight Express #0F204C

Tints of Midnight Express #0F204C

Color information

#0F204C (or 0x0F204C) is unknown color: approx Midnight Express. HEX triplet: 0F, 20 and 4C. RGB value is (15,32,76). Sum of RGB (Red+Green+Blue) = 15+32+76=123 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.20% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 76 (30.08% from 255 or 61.79% from 123); Max value from RGB is 76 - color contains mainly: blue. Hex color #0F204C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F204C is #F0DFB3. Grayscale: #1F1F1F. Windows color (decimal): -15785908 or 4988943. OLE color: 4988943.

HSL color Cylindrical-coordinate representation of color #0F204C: hue angle of 223.28º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F204C is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB153276-
CMYK0.800.5800.70
HSL223.28º67.03%17.84%-
HSV(B)223.28º80.26%29.8%-
XYZ2.021.667.05-
YUV31.93152.87115.92-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.20%
GREEN value IS 32 (12.89% from 255) = 26.02%
BLUE value IS 76 (30.08% from 255) = 61.79%
R=12.20%
G=26.02%
B=61.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1532760.800.5800.70223.2867.0317.84
HexF204C503A046df4312
Octal174011412072010633710322
Binary1111100000100110010100001110100100011011011111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F204C; }

 p { color: rgb(15,32,76); }

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

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

 a { background-color: rgb(15,32,76); }

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

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

 span { border-color: rgb(15,32,76); }

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