Html Css Color HEX #0F192C Midnight Express

📋 copy color: '#0F192C'

red 15 ◦ green 25 ◦ blue 44

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

Shades of Midnight Express #0F192C

Tints of Midnight Express #0F192C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 29.76%

 BLUE value IS 44 (17.58% from 255) = 52.38%

R = 17.86%
G = 29.76%
B = 52.38%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0F192C (or 0x0F192C) is known color: Midnight Express. HEX triplet: 0F, 19 and 2C. RGB value is (15,25,44). Sum of RGB (Red+Green+Blue) = 15+25+44=84 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.86% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 44 (17.58% from 255 or 52.38% from 84); Max value from RGB is 44 - color contains mainly: blue. Hex color #0F192C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F192C is #F0E6D3. Grayscale: #181818. Windows color (decimal): -15787732 or 2889999. OLE color: 2889999.

HSL color Cylindrical-coordinate representation of color #0F192C: hue angle of 219.31º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0F192C is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 15 25 44 -
CMYK 0.66 0.43 0 0.83
HSL 219.31º 0.49% 0.12% -
HSV(B) 219.31º 0.66% 0.17% -
XYZ 1 0.98 2.52 -
YUV 24.18 139.19 121.46 -
System Red Green Blue C M Y K H S L
Decimal 15 25 44 0.66 0.43 0 0.83 219.31 0.49 0.12
Hex F 19 2C 42 2B 0 53 DB 31 C
Octal 17 31 54 102 53 0 123 333 61 14
Binary 1111 11001 101100 1000010 101011 0 1010011 11011011 110001 1100

Color Harmonies of #0F192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F192C

Black with #0F192C

Text Example


Text Example

White with #0F192C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,25,44); }

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

background-color css

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

 a { background-color: rgb(15,25,44); }

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

border-color css

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

 span { border-color: rgb(15,25,44); }

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