Html Css Color HEX #0F172F Midnight Express

📋 copy color: '#0F172F'

red 15 ◦ green 23 ◦ blue 47

#0F172F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #0F172F

Tints of Midnight Express #0F172F

RGB

 RED value IS 15 (6.25% from 255) = 17.65%

 GREEN value IS 23 (9.38% from 255) = 27.06%

 BLUE value IS 47 (18.75% from 255) = 55.29%

R = 17.65%
G = 27.06%
B = 55.29%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0F172F (or 0x0F172F) is known color: Midnight Express. HEX triplet: 0F, 17 and 2F. RGB value is (15,23,47). Sum of RGB (Red+Green+Blue) = 15+23+47=85 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.65% from 85); Green value is 23 (9.38% from 255 or 27.06% from 85); Blue value is 47 (18.75% from 255 or 55.29% from 85); Max value from RGB is 47 - color contains mainly: blue. Hex color #0F172F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F172F is #F0E8D0. Grayscale: #171717. Windows color (decimal): -15788241 or 3086095. OLE color: 3086095.

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

Color convert

RGB 15 23 47 -
CMYK 0.68 0.51 0 0.82
HSL 225º 0.52% 0.12% -
HSV(B) 225º 0.68% 0.18% -
XYZ 1.02 0.92 2.81 -
YUV 23.34 141.35 122.05 -
System Red Green Blue C M Y K H S L
Decimal 15 23 47 0.68 0.51 0 0.82 225 0.52 0.12
Hex F 17 2F 44 33 0 52 E1 34 C
Octal 17 27 57 104 63 0 122 341 64 14
Binary 1111 10111 101111 1000100 110011 0 1010010 11100001 110100 1100

Color Harmonies of #0F172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F172F

Black with #0F172F

Text Example


Text Example

White with #0F172F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F172F;
 }
 .AnyTagClassName
 {
   color: #0F172F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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