Html Css Color HEX #0F182F Midnight Express

📋 copy color: '#0F182F'

red 15 ◦ green 24 ◦ blue 47

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

Shades of Midnight Express #0F182F

Tints of Midnight Express #0F182F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 27.91%

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

R = 17.44%
G = 27.91%
B = 54.65%

CMYK

 C value IS 0.68

 M value IS 0.49

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0F182F (or 0x0F182F) is known color: Midnight Express. HEX triplet: 0F, 18 and 2F. RGB value is (15,24,47). Sum of RGB (Red+Green+Blue) = 15+24+47=86 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.44% from 86); Green value is 24 (9.77% from 255 or 27.91% from 86); Blue value is 47 (18.75% from 255 or 54.65% from 86); Max value from RGB is 47 - color contains mainly: blue. Hex color #0F182F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F182F is #F0E7D0. Grayscale: #171717. Windows color (decimal): -15787985 or 3086351. OLE color: 3086351.

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

Color convert

RGB 15 24 47 -
CMYK 0.68 0.49 0 0.82
HSL 223.13º 0.52% 0.12% -
HSV(B) 223.13º 0.68% 0.18% -
XYZ 1.04 0.96 2.82 -
YUV 23.93 141.02 121.63 -
System Red Green Blue C M Y K H S L
Decimal 15 24 47 0.68 0.49 0 0.82 223.13 0.52 0.12
Hex F 18 2F 44 31 0 52 DF 34 C
Octal 17 30 57 104 61 0 122 337 64 14
Binary 1111 11000 101111 1000100 110001 0 1010010 11011111 110100 1100

Color Harmonies of #0F182F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F182F

Black with #0F182F

Text Example


Text Example

White with #0F182F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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