Html Css Color HEX #0F096A Midnight Blue

📋 copy color: '#0F096A'

red 15 ◦ green 9 ◦ blue 106

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

Shades of Midnight Blue #0F096A

Tints of Midnight Blue #0F096A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 81.54%

R = 11.54%
G = 6.92%
B = 81.54%

CMYK

 C value IS 0.86

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0F096A (or 0x0F096A) is known color: Midnight Blue. HEX triplet: 0F, 09 and 6A. RGB value is (15,9,106). Sum of RGB (Red+Green+Blue) = 15+9+106=130 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.54% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 106 (41.80% from 255 or 81.54% from 130); Max value from RGB is 106 - color contains mainly: blue. Hex color #0F096A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F096A is #F0F695. Grayscale: #151515. Windows color (decimal): -15791766 or 6949135. OLE color: 6949135.

HSL color Cylindrical-coordinate representation of color #0F096A: hue angle of 243.71º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F096A is Cyan = 0.86, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 15 9 106 -
CMYK 0.86 0.92 0 0.58
HSL 243.71º 0.84% 0.23% -
HSV(B) 243.71º 0.92% 0.42% -
XYZ 2.9 1.34 13.74 -
YUV 21.85 175.49 123.11 -
System Red Green Blue C M Y K H S L
Decimal 15 9 106 0.86 0.92 0 0.58 243.71 0.84 0.23
Hex F 9 6A 56 5C 0 3A F4 54 17
Octal 17 11 152 126 134 0 72 364 124 27
Binary 1111 1001 1101010 1010110 1011100 0 111010 11110100 1010100 10111

Color Harmonies of #0F096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F096A

Black with #0F096A

Text Example


Text Example

White with #0F096A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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