Html Css Color HEX #0F1949 Midnight Express

📋 copy color: '#0F1949'

red 15 ◦ green 25 ◦ blue 73

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

Shades of Midnight Express #0F1949

Tints of Midnight Express #0F1949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.12%

 BLUE value IS 73 (28.91% from 255) = 64.6%

R = 13.27%
G = 22.12%
B = 64.6%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0F1949 (or 0x0F1949) is known color: Midnight Express. HEX triplet: 0F, 19 and 49. RGB value is (15,25,73). Sum of RGB (Red+Green+Blue) = 15+25+73=113 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.27% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 73 (28.91% from 255 or 64.60% from 113); Max value from RGB is 73 - color contains mainly: blue. Hex color #0F1949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1949 is #F0E6B6. Grayscale: #1B1B1B. Windows color (decimal): -15787703 or 4790543. OLE color: 4790543.

HSL color Cylindrical-coordinate representation of color #0F1949: hue angle of 229.66º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F1949 is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 15 25 73 -
CMYK 0.79 0.66 0 0.71
HSL 229.66º 0.66% 0.17% -
HSV(B) 229.66º 0.79% 0.29% -
XYZ 1.75 1.28 6.46 -
YUV 27.48 153.69 119.1 -
System Red Green Blue C M Y K H S L
Decimal 15 25 73 0.79 0.66 0 0.71 229.66 0.66 0.17
Hex F 19 49 4F 42 0 47 E6 42 11
Octal 17 31 111 117 102 0 107 346 102 21
Binary 1111 11001 1001001 1001111 1000010 0 1000111 11100110 1000010 10001

Color Harmonies of #0F1949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1949

Black with #0F1949

Text Example


Text Example

White with #0F1949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,25,73); }

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

background-color css

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

 a { background-color: rgb(15,25,73); }

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

border-color css

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

 span { border-color: rgb(15,25,73); }

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