Html Css Color HEX #0F1546 Midnight Express

📋 copy color: '#0F1546'

red 15 ◦ green 21 ◦ blue 70

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

Shades of Midnight Express #0F1546

Tints of Midnight Express #0F1546

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.81%

 BLUE value IS 70 (27.73% from 255) = 66.04%

R = 14.15%
G = 19.81%
B = 66.04%

CMYK

 C value IS 0.79

 M value IS 0.70

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#0F1546 (or 0x0F1546) is known color: Midnight Express. HEX triplet: 0F, 15 and 46. RGB value is (15,21,70). Sum of RGB (Red+Green+Blue) = 15+21+70=106 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.15% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 70 (27.73% from 255 or 66.04% from 106); Max value from RGB is 70 - color contains mainly: blue. Hex color #0F1546 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1546 is #F0EAB9. Grayscale: #181818. Windows color (decimal): -15788730 or 4592911. OLE color: 4592911.

HSL color Cylindrical-coordinate representation of color #0F1546: hue angle of 233.45º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F1546 is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 15 21 70 -
CMYK 0.79 0.70 0 0.73
HSL 233.45º 0.65% 0.17% -
HSV(B) 233.45º 0.79% 0.27% -
XYZ 1.57 1.08 5.92 -
YUV 24.79 153.51 121.02 -
System Red Green Blue C M Y K H S L
Decimal 15 21 70 0.79 0.70 0 0.73 233.45 0.65 0.17
Hex F 15 46 4F 46 0 49 E9 41 11
Octal 17 25 106 117 106 0 111 351 101 21
Binary 1111 10101 1000110 1001111 1000110 0 1001001 11101001 1000001 10001

Color Harmonies of #0F1546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1546

Black with #0F1546

Text Example


Text Example

White with #0F1546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,21,70); }

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

background-color css

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

 a { background-color: rgb(15,21,70); }

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

border-color css

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

 span { border-color: rgb(15,21,70); }

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