#0F204B

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

Shades of Midnight Express #0F204B

Tints of Midnight Express #0F204B

Color information

#0F204B (or 0x0F204B) is unknown color: approx Midnight Express. HEX triplet: 0F, 20 and 4B. RGB value is (15,32,75). Sum of RGB (Red+Green+Blue) = 15+32+75=122 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.30% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 75 (29.69% from 255 or 61.48% from 122); Max value from RGB is 75 - color contains mainly: blue. Hex color #0F204B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F204B is #F0DFB4. Grayscale: #1F1F1F. Windows color (decimal): -15785909 or 4923407. OLE color: 4923407.

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

Color convert

RGB153275-
CMYK0.800.5700.71
HSL223º66.67%17.65%-
HSV(B)223º80%29.41%-
XYZ1.981.646.87-
YUV31.82152.37116-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.30%
GREEN value IS 32 (12.89% from 255) = 26.23%
BLUE value IS 75 (29.69% from 255) = 61.48%
R=12.30%
G=26.23%
B=61.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1532750.800.5700.7122366.6717.65
HexF204B5039047df4312
Octal174011312071010733710322
Binary1111100000100101110100001110010100011111011111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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