#0F6886

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

Shades of Allports #0F6886

Tints of Allports #0F6886

Color information

#0F6886 (or 0x0F6886) is unknown color: approx Allports. HEX triplet: 0F, 68 and 86. RGB value is (15,104,134). Sum of RGB (Red+Green+Blue) = 15+104+134=253 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.93% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 134 (52.73% from 255 or 52.96% from 253); Max value from RGB is 134 - color contains mainly: blue. Hex color #0F6886 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6886 is #F09779. Grayscale: #505050. Windows color (decimal): -15767418 or 8808463. OLE color: 8808463.

HSL color Cylindrical-coordinate representation of color #0F6886: hue angle of 195.13º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F6886 is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB15104134-
CMYK0.890.2200.47
HSL195.13º79.87%29.22%-
HSV(B)195.13º88.81%52.55%-
XYZ9.4511.7224.32-
YUV80.81158.0181.06-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.93%
GREEN value IS 104 (41.02% from 255) = 41.11%
BLUE value IS 134 (52.73% from 255) = 52.96%
R=5.93%
G=41.11%
B=52.96%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal151041340.890.2200.47195.1379.8729.22
HexF6886591602Fc3501d
Octal171502061312605730312035
Binary1111110100010000110101100110110010111111000011101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,104,134); }

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

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

 a { background-color: rgb(15,104,134); }

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

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

 span { border-color: rgb(15,104,134); }

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