Html Css Color HEX #0F144F Midnight Express

📋 copy color: '#0F144F'

red 15 ◦ green 20 ◦ blue 79

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

Shades of Midnight Express #0F144F

Tints of Midnight Express #0F144F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.54%

 BLUE value IS 79 (31.25% from 255) = 69.3%

R = 13.16%
G = 17.54%
B = 69.3%

CMYK

 C value IS 0.81

 M value IS 0.75

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0F144F (or 0x0F144F) is known color: Midnight Express. HEX triplet: 0F, 14 and 4F. RGB value is (15,20,79). Sum of RGB (Red+Green+Blue) = 15+20+79=114 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.16% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 79 (31.25% from 255 or 69.30% from 114); Max value from RGB is 79 - color contains mainly: blue. Hex color #0F144F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F144F is #F0EBB0. Grayscale: #181818. Windows color (decimal): -15788977 or 5182479. OLE color: 5182479.

HSL color Cylindrical-coordinate representation of color #0F144F: hue angle of 235.31º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F144F is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 15 20 79 -
CMYK 0.81 0.75 0 0.69
HSL 235.31º 0.68% 0.18% -
HSV(B) 235.31º 0.81% 0.31% -
XYZ 1.86 1.17 7.52 -
YUV 25.23 158.34 120.7 -
System Red Green Blue C M Y K H S L
Decimal 15 20 79 0.81 0.75 0 0.69 235.31 0.68 0.18
Hex F 14 4F 51 4B 0 45 EB 44 12
Octal 17 24 117 121 113 0 105 353 104 22
Binary 1111 10100 1001111 1010001 1001011 0 1000101 11101011 1000100 10010

Color Harmonies of #0F144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F144F

Black with #0F144F

Text Example


Text Example

White with #0F144F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,20,79); }

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

background-color css

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

 a { background-color: rgb(15,20,79); }

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

border-color css

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

 span { border-color: rgb(15,20,79); }

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