#0F6B8D

Color #0F6B8D Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #0F6B8D

Tints of Allports #0F6B8D

Color information

#0F6B8D (or 0x0F6B8D) is unknown color: approx Allports. HEX triplet: 0F, 6B and 8D. RGB value is (15,107,141). Sum of RGB (Red+Green+Blue) = 15+107+141=263 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.70% from 263); Green value is 107 (42.19% from 255 or 40.68% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #0F6B8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6B8D is #F09472. Grayscale: #535353. Windows color (decimal): -15766643 or 9267983. OLE color: 9267983.

HSL color Cylindrical-coordinate representation of color #0F6B8D: hue angle of 196.19º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F6B8D is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB15107141-
CMYK0.890.2400.45
HSL196.19º80.77%30.59%-
HSV(B)196.19º89.36%55.29%-
XYZ10.2612.5427.08-
YUV83.37160.5279.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.70%
GREEN value IS 107 (42.19% from 255) = 40.68%
BLUE value IS 141 (55.47% from 255) = 53.61%
R=5.70%
G=40.68%
B=53.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal151071410.890.2400.45196.1980.7730.59
HexF6B8D591802Dc4511f
Octal171532151313005530412137
Binary1111110101110001101101100111000010110111000100101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F6B8D;
 }
 .AnyTagClassName
 {
   color: #0F6B8D;
 }
</style>
background-color css

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

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

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

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

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

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