Html Css Color HEX #0F1349 Midnight Express

📋 copy color: '#0F1349'

red 15 ◦ green 19 ◦ blue 73

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

Shades of Midnight Express #0F1349

Tints of Midnight Express #0F1349

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.76%

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

R = 14.02%
G = 17.76%
B = 68.22%

CMYK

 C value IS 0.79

 M value IS 0.74

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0F1349 (or 0x0F1349) is known color: Midnight Express. HEX triplet: 0F, 13 and 49. RGB value is (15,19,73). Sum of RGB (Red+Green+Blue) = 15+19+73=107 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.02% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 73 (28.91% from 255 or 68.22% from 107); Max value from RGB is 73 - color contains mainly: blue. Hex color #0F1349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1349 is #F0ECB6. Grayscale: #171717. Windows color (decimal): -15789239 or 4789007. OLE color: 4789007.

HSL color Cylindrical-coordinate representation of color #0F1349: hue angle of 235.86º 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 #0F1349 is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 15 19 73 -
CMYK 0.79 0.74 0 0.71
HSL 235.86º 0.66% 0.17% -
HSV(B) 235.86º 0.79% 0.29% -
XYZ 1.63 1.05 6.42 -
YUV 23.96 155.67 121.61 -
System Red Green Blue C M Y K H S L
Decimal 15 19 73 0.79 0.74 0 0.71 235.86 0.66 0.17
Hex F 13 49 4F 4A 0 47 EC 42 11
Octal 17 23 111 117 112 0 107 354 102 21
Binary 1111 10011 1001001 1001111 1001010 0 1000111 11101100 1000010 10001

Color Harmonies of #0F1349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1349

Black with #0F1349

Text Example


Text Example

White with #0F1349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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