Html Css Color HEX #0F0860 Midnight Blue

📋 copy color: '#0F0860'

red 15 ◦ green 8 ◦ blue 96

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

Shades of Midnight Blue #0F0860

Tints of Midnight Blue #0F0860

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.72%

 BLUE value IS 96 (37.89% from 255) = 80.67%

R = 12.61%
G = 6.72%
B = 80.67%

CMYK

 C value IS 0.84

 M value IS 0.92

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0F0860 (or 0x0F0860) is known color: Midnight Blue. HEX triplet: 0F, 08 and 60. RGB value is (15,8,96). Sum of RGB (Red+Green+Blue) = 15+8+96=119 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.61% from 119); Green value is 8 (3.52% from 255 or 6.72% from 119); Blue value is 96 (37.89% from 255 or 80.67% from 119); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F0860 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0860 is #F0F79F. Grayscale: #131313. Windows color (decimal): -15792032 or 6293519. OLE color: 6293519.

HSL color Cylindrical-coordinate representation of color #0F0860: hue angle of 244.77º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F0860 is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 15 8 96 -
CMYK 0.84 0.92 0 0.62
HSL 244.77º 0.85% 0.2% -
HSV(B) 244.77º 0.92% 0.38% -
XYZ 2.4 1.12 11.16 -
YUV 20.13 170.82 124.34 -
System Red Green Blue C M Y K H S L
Decimal 15 8 96 0.84 0.92 0 0.62 244.77 0.85 0.2
Hex F 8 60 54 5C 0 3E F5 55 14
Octal 17 10 140 124 134 0 76 365 125 24
Binary 1111 1000 1100000 1010100 1011100 0 111110 11110101 1010101 10100

Color Harmonies of #0F0860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0860

Black with #0F0860

Text Example


Text Example

White with #0F0860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,8,96); }

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

background-color css

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

 a { background-color: rgb(15,8,96); }

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

border-color css

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

 span { border-color: rgb(15,8,96); }

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