Html Css Color HEX #0F0C39 Midnight Express

📋 copy color: '#0F0C39'

red 15 ◦ green 12 ◦ blue 57

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

Shades of Midnight Express #0F0C39

Tints of Midnight Express #0F0C39

RGB

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

 GREEN value IS 12 (5.08% from 255) = 14.29%

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

R = 17.86%
G = 14.29%
B = 67.86%

CMYK

 C value IS 0.74

 M value IS 0.79

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0F0C39 (or 0x0F0C39) is known color: Midnight Express. HEX triplet: 0F, 0C and 39. RGB value is (15,12,57). Sum of RGB (Red+Green+Blue) = 15+12+57=84 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.86% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 57 (22.66% from 255 or 67.86% from 84); Max value from RGB is 57 - color contains mainly: blue. Hex color #0F0C39 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0C39 is #F0F3C6. Grayscale: #111111. Windows color (decimal): -15791047 or 3738639. OLE color: 3738639.

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

Color convert

RGB 15 12 57 -
CMYK 0.74 0.79 0 0.78
HSL 244º 0.65% 0.14% -
HSV(B) 244º 0.79% 0.22% -
XYZ 1.07 0.66 3.94 -
YUV 18.03 149.99 125.84 -
System Red Green Blue C M Y K H S L
Decimal 15 12 57 0.74 0.79 0 0.78 244 0.65 0.14
Hex F C 39 4A 4F 0 4E F4 41 E
Octal 17 14 71 112 117 0 116 364 101 16
Binary 1111 1100 111001 1001010 1001111 0 1001110 11110100 1000001 1110

Color Harmonies of #0F0C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0C39

Black with #0F0C39

Text Example


Text Example

White with #0F0C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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