Html Css Color HEX #0F1E39 Midnight Express

📋 copy color: '#0F1E39'

red 15 ◦ green 30 ◦ blue 57

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

Shades of Midnight Express #0F1E39

Tints of Midnight Express #0F1E39

RGB

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

 GREEN value IS 30 (12.11% from 255) = 29.41%

 BLUE value IS 57 (22.66% from 255) = 55.88%

R = 14.71%
G = 29.41%
B = 55.88%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0F1E39 (or 0x0F1E39) is known color: Midnight Express. HEX triplet: 0F, 1E and 39. RGB value is (15,30,57). Sum of RGB (Red+Green+Blue) = 15+30+57=102 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.71% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 57 (22.66% from 255 or 55.88% from 102); Max value from RGB is 57 - color contains mainly: blue. Hex color #0F1E39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1E39 is #F0E1C6. Grayscale: #1C1C1C. Windows color (decimal): -15786439 or 3743247. OLE color: 3743247.

HSL color Cylindrical-coordinate representation of color #0F1E39: hue angle of 218.57º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0F1E39 is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 15 30 57 -
CMYK 0.74 0.47 0 0.78
HSL 218.57º 0.58% 0.14% -
HSV(B) 218.57º 0.74% 0.22% -
XYZ 1.4 1.33 4.05 -
YUV 28.59 144.03 118.3 -
System Red Green Blue C M Y K H S L
Decimal 15 30 57 0.74 0.47 0 0.78 218.57 0.58 0.14
Hex F 1E 39 4A 2F 0 4E DB 3A E
Octal 17 36 71 112 57 0 116 333 72 16
Binary 1111 11110 111001 1001010 101111 0 1001110 11011011 111010 1110

Color Harmonies of #0F1E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1E39

Black with #0F1E39

Text Example


Text Example

White with #0F1E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,30,57); }

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

background-color css

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

 a { background-color: rgb(15,30,57); }

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

border-color css

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

 span { border-color: rgb(15,30,57); }

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