Html Css Color HEX #0F1448 Midnight Express

📋 copy color: '#0F1448'

red 15 ◦ green 20 ◦ blue 72

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

Shades of Midnight Express #0F1448

Tints of Midnight Express #0F1448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 67.29%

R = 14.02%
G = 18.69%
B = 67.29%

CMYK

 C value IS 0.79

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0F1448 (or 0x0F1448) is known color: Midnight Express. HEX triplet: 0F, 14 and 48. RGB value is (15,20,72). Sum of RGB (Red+Green+Blue) = 15+20+72=107 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.02% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 72 (28.52% from 255 or 67.29% from 107); Max value from RGB is 72 - color contains mainly: blue. Hex color #0F1448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1448 is #F0EBB7. Grayscale: #181818. Windows color (decimal): -15788984 or 4723727. OLE color: 4723727.

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

Color convert

RGB 15 20 72 -
CMYK 0.79 0.72 0 0.72
HSL 234.74º 0.66% 0.17% -
HSV(B) 234.74º 0.79% 0.28% -
XYZ 1.62 1.07 6.25 -
YUV 24.43 154.84 121.27 -
System Red Green Blue C M Y K H S L
Decimal 15 20 72 0.79 0.72 0 0.72 234.74 0.66 0.17
Hex F 14 48 4F 48 0 48 EB 42 11
Octal 17 24 110 117 110 0 110 353 102 21
Binary 1111 10100 1001000 1001111 1001000 0 1001000 11101011 1000010 10001

Color Harmonies of #0F1448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1448

Black with #0F1448

Text Example


Text Example

White with #0F1448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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