#0F6A87

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

Shades of Allports #0F6A87

Tints of Allports #0F6A87

Color information

#0F6A87 (or 0x0F6A87) is unknown color: approx Allports. HEX triplet: 0F, 6A and 87. RGB value is (15,106,135). Sum of RGB (Red+Green+Blue) = 15+106+135=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 135 (53.12% from 255 or 52.73% from 256); Max value from RGB is 135 - color contains mainly: blue. Hex color #0F6A87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6A87 is #F09578. Grayscale: #515151. Windows color (decimal): -15766905 or 8874511. OLE color: 8874511.

HSL color Cylindrical-coordinate representation of color #0F6A87: hue angle of 194.5º 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 #0F6A87 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB15106135-
CMYK0.890.2100.47
HSL194.5º80%29.41%-
HSV(B)194.5º88.89%52.94%-
XYZ9.7212.1624.76-
YUV82.1157.8580.14-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.86%
GREEN value IS 106 (41.80% from 255) = 41.41%
BLUE value IS 135 (53.12% from 255) = 52.73%
R=5.86%
G=41.41%
B=52.73%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal151061350.890.2100.47194.58029.41
HexF6A87591502Fc2501d
Octal171522071312505730212035
Binary1111110101010000111101100110101010111111000010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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