Html Css Color HEX #0F1C31 Midnight Express

📋 copy color: '#0F1C31'

red 15 ◦ green 28 ◦ blue 49

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

Shades of Midnight Express #0F1C31

Tints of Midnight Express #0F1C31

RGB

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

 GREEN value IS 28 (11.33% from 255) = 30.43%

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

R = 16.3%
G = 30.43%
B = 53.26%

CMYK

 C value IS 0.69

 M value IS 0.43

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0F1C31 (or 0x0F1C31) is known color: Midnight Express. HEX triplet: 0F, 1C and 31. RGB value is (15,28,49). Sum of RGB (Red+Green+Blue) = 15+28+49=92 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.30% from 92); Green value is 28 (11.33% from 255 or 30.43% from 92); Blue value is 49 (19.53% from 255 or 53.26% from 92); Max value from RGB is 49 - color contains mainly: blue. Hex color #0F1C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1C31 is #F0E3CE. Grayscale: #1A1A1A. Windows color (decimal): -15786959 or 3218447. OLE color: 3218447.

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

Color convert

RGB 15 28 49 -
CMYK 0.69 0.43 0 0.81
HSL 217.06º 0.53% 0.13% -
HSV(B) 217.06º 0.69% 0.19% -
XYZ 1.17 1.15 3.07 -
YUV 26.51 140.69 119.79 -
System Red Green Blue C M Y K H S L
Decimal 15 28 49 0.69 0.43 0 0.81 217.06 0.53 0.13
Hex F 1C 31 45 2B 0 51 D9 35 D
Octal 17 34 61 105 53 0 121 331 65 15
Binary 1111 11100 110001 1000101 101011 0 1010001 11011001 110101 1101

Color Harmonies of #0F1C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1C31

Black with #0F1C31

Text Example


Text Example

White with #0F1C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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