Html Css Color HEX #0F1A31 Midnight Express

📋 copy color: '#0F1A31'

red 15 ◦ green 26 ◦ blue 49

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

Shades of Midnight Express #0F1A31

Tints of Midnight Express #0F1A31

RGB

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

 GREEN value IS 26 (10.55% from 255) = 28.89%

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

R = 16.67%
G = 28.89%
B = 54.44%

CMYK

 C value IS 0.69

 M value IS 0.47

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0F1A31 (or 0x0F1A31) is known color: Midnight Express. HEX triplet: 0F, 1A and 31. RGB value is (15,26,49). Sum of RGB (Red+Green+Blue) = 15+26+49=90 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.67% from 90); Green value is 26 (10.55% from 255 or 28.89% from 90); Blue value is 49 (19.53% from 255 or 54.44% from 90); Max value from RGB is 49 - color contains mainly: blue. Hex color #0F1A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1A31 is #F0E5CE. Grayscale: #191919. Windows color (decimal): -15787471 or 3217935. OLE color: 3217935.

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

Color convert

RGB 15 26 49 -
CMYK 0.69 0.47 0 0.81
HSL 220.59º 0.53% 0.13% -
HSV(B) 220.59º 0.69% 0.19% -
XYZ 1.12 1.06 3.05 -
YUV 25.33 141.36 120.63 -
System Red Green Blue C M Y K H S L
Decimal 15 26 49 0.69 0.47 0 0.81 220.59 0.53 0.13
Hex F 1A 31 45 2F 0 51 DD 35 D
Octal 17 32 61 105 57 0 121 335 65 15
Binary 1111 11010 110001 1000101 101111 0 1010001 11011101 110101 1101

Color Harmonies of #0F1A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1A31

Black with #0F1A31

Text Example


Text Example

White with #0F1A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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