Html Css Color HEX #0F1731 Midnight Express

📋 copy color: '#0F1731'

red 15 ◦ green 23 ◦ blue 49

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

Shades of Midnight Express #0F1731

Tints of Midnight Express #0F1731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 56.32%

R = 17.24%
G = 26.44%
B = 56.32%

CMYK

 C value IS 0.69

 M value IS 0.53

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0F1731 (or 0x0F1731) is known color: Midnight Express. HEX triplet: 0F, 17 and 31. RGB value is (15,23,49). Sum of RGB (Red+Green+Blue) = 15+23+49=87 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.24% from 87); Green value is 23 (9.38% from 255 or 26.44% from 87); Blue value is 49 (19.53% from 255 or 56.32% from 87); Max value from RGB is 49 - color contains mainly: blue. Hex color #0F1731 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1731 is #F0E8CE. Grayscale: #171717. Windows color (decimal): -15788239 or 3217167. OLE color: 3217167.

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

Color convert

RGB 15 23 49 -
CMYK 0.69 0.53 0 0.81
HSL 225.88º 0.53% 0.13% -
HSV(B) 225.88º 0.69% 0.19% -
XYZ 1.06 0.94 3.03 -
YUV 23.57 142.35 121.89 -
System Red Green Blue C M Y K H S L
Decimal 15 23 49 0.69 0.53 0 0.81 225.88 0.53 0.13
Hex F 17 31 45 35 0 51 E2 35 D
Octal 17 27 61 105 65 0 121 342 65 15
Binary 1111 10111 110001 1000101 110101 0 1010001 11100010 110101 1101

Color Harmonies of #0F1731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1731

Black with #0F1731

Text Example


Text Example

White with #0F1731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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