#0F1A2D

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

Shades of Midnight Express #0F1A2D

Tints of Midnight Express #0F1A2D

Color information

#0F1A2D (or 0x0F1A2D) is unknown color: approx Midnight Express. HEX triplet: 0F, 1A and 2D. RGB value is (15,26,45). Sum of RGB (Red+Green+Blue) = 15+26+45=86 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.44% from 86); Green value is 26 (10.55% from 255 or 30.23% from 86); Blue value is 45 (17.97% from 255 or 52.33% from 86); Max value from RGB is 45 - color contains mainly: blue. Hex color #0F1A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1A2D is #F0E5D2. Grayscale: #181818. Windows color (decimal): -15787475 or 2955791. OLE color: 2955791.

HSL color Cylindrical-coordinate representation of color #0F1A2D: hue angle of 218º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0F1A2D is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB152645-
CMYK0.670.4200.82
HSL218º50%11.76%-
HSV(B)218º66.67%17.65%-
XYZ1.041.032.63-
YUV24.88139.36120.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.44%
GREEN value IS 26 (10.55% from 255) = 30.23%
BLUE value IS 45 (17.97% from 255) = 52.33%
R=17.44%
G=30.23%
B=52.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1526450.670.4200.822185011.76
HexF1A2D432A052da32c
Octal1732551035201223326214
Binary111111010101101100001110101001010010110110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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