Html Css Color HEX #0F0E50 Midnight Blue

📋 copy color: '#0F0E50'

red 15 ◦ green 14 ◦ blue 80

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

Shades of Midnight Blue #0F0E50

Tints of Midnight Blue #0F0E50

RGB

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

 GREEN value IS 14 (5.86% from 255) = 12.84%

 BLUE value IS 80 (31.64% from 255) = 73.39%

R = 13.76%
G = 12.84%
B = 73.39%

CMYK

 C value IS 0.81

 M value IS 0.83

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0F0E50 (or 0x0F0E50) is known color: Midnight Blue. HEX triplet: 0F, 0E and 50. RGB value is (15,14,80). Sum of RGB (Red+Green+Blue) = 15+14+80=109 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.76% from 109); Green value is 14 (5.86% from 255 or 12.84% from 109); Blue value is 80 (31.64% from 255 or 73.39% from 109); Max value from RGB is 80 - color contains mainly: blue. Hex color #0F0E50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0E50 is #F0F1AF. Grayscale: #151515. Windows color (decimal): -15790512 or 5246479. OLE color: 5246479.

HSL color Cylindrical-coordinate representation of color #0F0E50: hue angle of 240.91º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F0E50 is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 15 14 80 -
CMYK 0.81 0.83 0 0.69
HSL 240.91º 0.7% 0.18% -
HSV(B) 240.91º 0.83% 0.31% -
XYZ 1.8 0.99 7.69 -
YUV 21.82 160.83 123.13 -
System Red Green Blue C M Y K H S L
Decimal 15 14 80 0.81 0.83 0 0.69 240.91 0.7 0.18
Hex F E 50 51 53 0 45 F1 46 12
Octal 17 16 120 121 123 0 105 361 106 22
Binary 1111 1110 1010000 1010001 1010011 0 1000101 11110001 1000110 10010

Color Harmonies of #0F0E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0E50

Black with #0F0E50

Text Example


Text Example

White with #0F0E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,14,80); }

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

background-color css

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

 a { background-color: rgb(15,14,80); }

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

border-color css

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

 span { border-color: rgb(15,14,80); }

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