Html Css Color HEX #0F144A Midnight Express

📋 copy color: '#0F144A'

red 15 ◦ green 20 ◦ blue 74

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

Shades of Midnight Express #0F144A

Tints of Midnight Express #0F144A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 67.89%

R = 13.76%
G = 18.35%
B = 67.89%

CMYK

 C value IS 0.80

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0F144A (or 0x0F144A) is known color: Midnight Express. HEX triplet: 0F, 14 and 4A. RGB value is (15,20,74). Sum of RGB (Red+Green+Blue) = 15+20+74=109 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.76% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 74 (29.30% from 255 or 67.89% from 109); Max value from RGB is 74 - color contains mainly: blue. Hex color #0F144A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F144A is #F0EBB5. Grayscale: #181818. Windows color (decimal): -15788982 or 4854799. OLE color: 4854799.

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

Color convert

RGB 15 20 74 -
CMYK 0.80 0.73 0 0.71
HSL 234.92º 0.66% 0.17% -
HSV(B) 234.92º 0.8% 0.29% -
XYZ 1.68 1.1 6.6 -
YUV 24.66 155.84 121.11 -
System Red Green Blue C M Y K H S L
Decimal 15 20 74 0.80 0.73 0 0.71 234.92 0.66 0.17
Hex F 14 4A 50 49 0 47 EB 42 11
Octal 17 24 112 120 111 0 107 353 102 21
Binary 1111 10100 1001010 1010000 1001001 0 1000111 11101011 1000010 10001

Color Harmonies of #0F144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F144A

Black with #0F144A

Text Example


Text Example

White with #0F144A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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