Html Css Color HEX #0F1C39 Midnight Express

📋 copy color: '#0F1C39'

red 15 ◦ green 28 ◦ blue 57

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

Shades of Midnight Express #0F1C39

Tints of Midnight Express #0F1C39

RGB

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

 GREEN value IS 28 (11.33% from 255) = 28%

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

R = 15%
G = 28%
B = 57%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0F1C39 (or 0x0F1C39) is known color: Midnight Express. HEX triplet: 0F, 1C and 39. RGB value is (15,28,57). Sum of RGB (Red+Green+Blue) = 15+28+57=100 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15% from 100); Green value is 28 (11.33% from 255 or 28% from 100); Blue value is 57 (22.66% from 255 or 57% from 100); Max value from RGB is 57 - color contains mainly: blue. Hex color #0F1C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1C39 is #F0E3C6. Grayscale: #1B1B1B. Windows color (decimal): -15786951 or 3742735. OLE color: 3742735.

HSL color Cylindrical-coordinate representation of color #0F1C39: hue angle of 221.43º 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 #0F1C39 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 15 28 57 -
CMYK 0.74 0.51 0 0.78
HSL 221.43º 0.58% 0.14% -
HSV(B) 221.43º 0.74% 0.22% -
XYZ 1.35 1.23 4.04 -
YUV 27.42 144.69 119.14 -
System Red Green Blue C M Y K H S L
Decimal 15 28 57 0.74 0.51 0 0.78 221.43 0.58 0.14
Hex F 1C 39 4A 33 0 4E DD 3A E
Octal 17 34 71 112 63 0 116 335 72 16
Binary 1111 11100 111001 1001010 110011 0 1001110 11011101 111010 1110

Color Harmonies of #0F1C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1C39

Black with #0F1C39

Text Example


Text Example

White with #0F1C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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