#0F1A30

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

Shades of Midnight Express #0F1A30

Tints of Midnight Express #0F1A30

Color information

#0F1A30 (or 0x0F1A30) is unknown color: approx Midnight Express. HEX triplet: 0F, 1A and 30. RGB value is (15,26,48). Sum of RGB (Red+Green+Blue) = 15+26+48=89 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.85% from 89); Green value is 26 (10.55% from 255 or 29.21% from 89); Blue value is 48 (19.14% from 255 or 53.93% from 89); Max value from RGB is 48 - color contains mainly: blue. Hex color #0F1A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1A30 is #F0E5CF. Grayscale: #191919. Windows color (decimal): -15787472 or 3152399. OLE color: 3152399.

HSL color Cylindrical-coordinate representation of color #0F1A30: hue angle of 220º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F1A30 is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB152648-
CMYK0.690.4600.81
HSL220º52.38%12.35%-
HSV(B)220º68.75%18.82%-
XYZ1.11.052.94-
YUV25.22140.86120.71-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 16.85%
GREEN value IS 26 (10.55% from 255) = 29.21%
BLUE value IS 48 (19.14% from 255) = 53.93%
R=16.85%
G=29.21%
B=53.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1526480.690.4600.8122052.3812.35
HexF1A30452E051dc34c
Octal1732601055601213346414
Binary111111010110000100010110111001010001110111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,26,48); }

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

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

 a { background-color: rgb(15,26,48); }

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

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

 span { border-color: rgb(15,26,48); }

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