Html Css Color HEX #0F116B Midnight Blue

📋 copy color: '#0F116B'

red 15 ◦ green 17 ◦ blue 107

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

Shades of Midnight Blue #0F116B

Tints of Midnight Blue #0F116B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.23%

 BLUE value IS 107 (42.19% from 255) = 76.98%

R = 10.79%
G = 12.23%
B = 76.98%

CMYK

 C value IS 0.86

 M value IS 0.84

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0F116B (or 0x0F116B) is known color: Midnight Blue. HEX triplet: 0F, 11 and 6B. RGB value is (15,17,107). Sum of RGB (Red+Green+Blue) = 15+17+107=139 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.79% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 107 (42.19% from 255 or 76.98% from 139); Max value from RGB is 107 - color contains mainly: blue. Hex color #0F116B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F116B is #F0EE94. Grayscale: #1A1A1A. Windows color (decimal): -15789717 or 7016719. OLE color: 7016719.

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

Color convert

RGB 15 17 107 -
CMYK 0.86 0.84 0 0.58
HSL 238.7º 0.75% 0.24% -
HSV(B) 238.7º 0.86% 0.42% -
XYZ 3.05 1.56 14.05 -
YUV 26.66 173.34 119.68 -
System Red Green Blue C M Y K H S L
Decimal 15 17 107 0.86 0.84 0 0.58 238.7 0.75 0.24
Hex F 11 6B 56 54 0 3A EF 4B 18
Octal 17 21 153 126 124 0 72 357 113 30
Binary 1111 10001 1101011 1010110 1010100 0 111010 11101111 1001011 11000

Color Harmonies of #0F116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F116B

Black with #0F116B

Text Example


Text Example

White with #0F116B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,17,107); }

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

background-color css

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

 a { background-color: rgb(15,17,107); }

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

border-color css

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

 span { border-color: rgb(15,17,107); }

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