Html Css Color HEX #0F0958 Midnight Blue

📋 copy color: '#0F0958'

red 15 ◦ green 9 ◦ blue 88

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

Shades of Midnight Blue #0F0958

Tints of Midnight Blue #0F0958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 78.57%

R = 13.39%
G = 8.04%
B = 78.57%

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

#0F0958 (or 0x0F0958) is known color: Midnight Blue. HEX triplet: 0F, 09 and 58. RGB value is (15,9,88). Sum of RGB (Red+Green+Blue) = 15+9+88=112 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.39% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 88 (34.77% from 255 or 78.57% from 112); Max value from RGB is 88 - color contains mainly: blue. Hex color #0F0958 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0958 is #F0F6A7. Grayscale: #131313. Windows color (decimal): -15791784 or 5769487. OLE color: 5769487.

HSL color Cylindrical-coordinate representation of color #0F0958: hue angle of 244.56º degrees, saturation: 0.81, 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 #0F0958 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 15 9 88 -
CMYK 0.83 0.90 0 0.65
HSL 244.56º 0.81% 0.19% -
HSV(B) 244.56º 0.9% 0.35% -
XYZ 2.06 1 9.32 -
YUV 19.8 166.49 124.58 -
System Red Green Blue C M Y K H S L
Decimal 15 9 88 0.83 0.90 0 0.65 244.56 0.81 0.19
Hex F 9 58 53 5A 0 41 F5 51 13
Octal 17 11 130 123 132 0 101 365 121 23
Binary 1111 1001 1011000 1010011 1011010 0 1000001 11110101 1010001 10011

Color Harmonies of #0F0958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0958

Black with #0F0958

Text Example


Text Example

White with #0F0958

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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