#0F172D

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

Shades of Midnight Express #0F172D

Tints of Midnight Express #0F172D

Color information

#0F172D (or 0x0F172D) is unknown color: approx Midnight Express. HEX triplet: 0F, 17 and 2D. RGB value is (15,23,45). Sum of RGB (Red+Green+Blue) = 15+23+45=83 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.07% from 83); Green value is 23 (9.38% from 255 or 27.71% from 83); Blue value is 45 (17.97% from 255 or 54.22% from 83); Max value from RGB is 45 - color contains mainly: blue. Hex color #0F172D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F172D is #F0E8D2. Grayscale: #171717. Windows color (decimal): -15788243 or 2955023. OLE color: 2955023.

HSL color Cylindrical-coordinate representation of color #0F172D: hue angle of 224º 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 #0F172D is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB152345-
CMYK0.670.4900.82
HSL224º50%11.76%-
HSV(B)224º66.67%17.65%-
XYZ0.980.92.61-
YUV23.12140.35122.21-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 18.07%
GREEN value IS 23 (9.38% from 255) = 27.71%
BLUE value IS 45 (17.97% from 255) = 54.22%
R=18.07%
G=27.71%
B=54.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1523450.670.4900.822245011.76
HexF172D4331052e032c
Octal1727551036101223406214
Binary111110111101101100001111000101010010111000001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F172D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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