Html Css Color HEX #0F1631 Midnight Express

📋 copy color: '#0F1631'

red 15 ◦ green 22 ◦ blue 49

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

Shades of Midnight Express #0F1631

Tints of Midnight Express #0F1631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 25.58%

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

R = 17.44%
G = 25.58%
B = 56.98%

CMYK

 C value IS 0.69

 M value IS 0.55

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0F1631 (or 0x0F1631) is known color: Midnight Express. HEX triplet: 0F, 16 and 31. RGB value is (15,22,49). Sum of RGB (Red+Green+Blue) = 15+22+49=86 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.44% from 86); Green value is 22 (8.98% from 255 or 25.58% from 86); Blue value is 49 (19.53% from 255 or 56.98% from 86); Max value from RGB is 49 - color contains mainly: blue. Hex color #0F1631 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1631 is #F0E9CE. Grayscale: #161616. Windows color (decimal): -15788495 or 3216911. OLE color: 3216911.

HSL color Cylindrical-coordinate representation of color #0F1631: hue angle of 227.65º 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 #0F1631 is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 15 22 49 -
CMYK 0.69 0.55 0 0.81
HSL 227.65º 0.53% 0.13% -
HSV(B) 227.65º 0.69% 0.19% -
XYZ 1.04 0.9 3.02 -
YUV 22.99 142.68 122.3 -
System Red Green Blue C M Y K H S L
Decimal 15 22 49 0.69 0.55 0 0.81 227.65 0.53 0.13
Hex F 16 31 45 37 0 51 E4 35 D
Octal 17 26 61 105 67 0 121 344 65 15
Binary 1111 10110 110001 1000101 110111 0 1010001 11100100 110101 1101

Color Harmonies of #0F1631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1631

Black with #0F1631

Text Example


Text Example

White with #0F1631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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