Html Css Color HEX #0F192B Midnight Express

📋 copy color: '#0F192B'

red 15 ◦ green 25 ◦ blue 43

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

Shades of Midnight Express #0F192B

Tints of Midnight Express #0F192B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 51.81%

R = 18.07%
G = 30.12%
B = 51.81%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0F192B (or 0x0F192B) is known color: Midnight Express. HEX triplet: 0F, 19 and 2B. RGB value is (15,25,43). Sum of RGB (Red+Green+Blue) = 15+25+43=83 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.07% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 43 (17.19% from 255 or 51.81% from 83); Max value from RGB is 43 - color contains mainly: blue. Hex color #0F192B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F192B is #F0E6D4. Grayscale: #171717. Windows color (decimal): -15787733 or 2824463. OLE color: 2824463.

HSL color Cylindrical-coordinate representation of color #0F192B: hue angle of 218.57º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0F192B is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 15 25 43 -
CMYK 0.65 0.42 0 0.83
HSL 218.57º 0.48% 0.11% -
HSV(B) 218.57º 0.65% 0.17% -
XYZ 0.98 0.97 2.42 -
YUV 24.06 138.69 121.54 -
System Red Green Blue C M Y K H S L
Decimal 15 25 43 0.65 0.42 0 0.83 218.57 0.48 0.11
Hex F 19 2B 41 2A 0 53 DB 30 B
Octal 17 31 53 101 52 0 123 333 60 13
Binary 1111 11001 101011 1000001 101010 0 1010011 11011011 110000 1011

Color Harmonies of #0F192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F192B

Black with #0F192B

Text Example


Text Example

White with #0F192B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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