Html Css Color HEX #0F086B Midnight Blue

📋 copy color: '#0F086B'

red 15 ◦ green 8 ◦ blue 107

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

Shades of Midnight Blue #0F086B

Tints of Midnight Blue #0F086B

RGB

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

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

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

R = 11.54%
G = 6.15%
B = 82.31%

CMYK

 C value IS 0.86

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0F086B (or 0x0F086B) is known color: Midnight Blue. HEX triplet: 0F, 08 and 6B. RGB value is (15,8,107). Sum of RGB (Red+Green+Blue) = 15+8+107=130 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.54% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 107 (42.19% from 255 or 82.31% from 130); Max value from RGB is 107 - color contains mainly: blue. Hex color #0F086B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F086B is #F0F794. Grayscale: #141414. Windows color (decimal): -15792021 or 7014415. OLE color: 7014415.

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

Color convert

RGB 15 8 107 -
CMYK 0.86 0.93 0 0.58
HSL 244.24º 0.86% 0.23% -
HSV(B) 244.24º 0.93% 0.42% -
XYZ 2.94 1.34 14.01 -
YUV 21.38 176.32 123.45 -
System Red Green Blue C M Y K H S L
Decimal 15 8 107 0.86 0.93 0 0.58 244.24 0.86 0.23
Hex F 8 6B 56 5D 0 3A F4 56 17
Octal 17 10 153 126 135 0 72 364 126 27
Binary 1111 1000 1101011 1010110 1011101 0 111010 11110100 1010110 10111

Color Harmonies of #0F086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F086B

Black with #0F086B

Text Example


Text Example

White with #0F086B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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