Html Css Color HEX #0F0959 Midnight Blue

📋 copy color: '#0F0959'

red 15 ◦ green 9 ◦ blue 89

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

Shades of Midnight Blue #0F0959

Tints of Midnight Blue #0F0959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.96%

 BLUE value IS 89 (35.16% from 255) = 78.76%

R = 13.27%
G = 7.96%
B = 78.76%

CMYK

 C value IS 0.83

 M value IS 0.90

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0F0959 (or 0x0F0959) is known color: Midnight Blue. HEX triplet: 0F, 09 and 59. RGB value is (15,9,89). Sum of RGB (Red+Green+Blue) = 15+9+89=113 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.27% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 89 (35.16% from 255 or 78.76% from 113); Max value from RGB is 89 - color contains mainly: blue. Hex color #0F0959 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0959 is #F0F6A6. Grayscale: #131313. Windows color (decimal): -15791783 or 5835023. OLE color: 5835023.

HSL color Cylindrical-coordinate representation of color #0F0959: hue angle of 244.5º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F0959 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 15 9 89 -
CMYK 0.83 0.90 0 0.65
HSL 244.5º 0.82% 0.19% -
HSV(B) 244.5º 0.9% 0.35% -
XYZ 2.1 1.02 9.54 -
YUV 19.91 166.99 124.5 -
System Red Green Blue C M Y K H S L
Decimal 15 9 89 0.83 0.90 0 0.65 244.5 0.82 0.19
Hex F 9 59 53 5A 0 41 F4 52 13
Octal 17 11 131 123 132 0 101 364 122 23
Binary 1111 1001 1011001 1010011 1011010 0 1000001 11110100 1010010 10011

Color Harmonies of #0F0959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0959

Black with #0F0959

Text Example


Text Example

White with #0F0959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,9,89); }

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

background-color css

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

 a { background-color: rgb(15,9,89); }

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

border-color css

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

 span { border-color: rgb(15,9,89); }

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