#0F6A8B

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

Shades of Allports #0F6A8B

Tints of Allports #0F6A8B

Color information

#0F6A8B (or 0x0F6A8B) is unknown color: approx Allports. HEX triplet: 0F, 6A and 8B. RGB value is (15,106,139). Sum of RGB (Red+Green+Blue) = 15+106+139=260 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.77% from 260); Green value is 106 (41.80% from 255 or 40.77% from 260); Blue value is 139 (54.69% from 255 or 53.46% from 260); Max value from RGB is 139 - color contains mainly: blue. Hex color #0F6A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6A8B is #F09574. Grayscale: #525252. Windows color (decimal): -15766901 or 9136655. OLE color: 9136655.

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

Color convert

RGB15106139-
CMYK0.890.2400.45
HSL195.97º80.52%30.2%-
HSV(B)195.97º89.21%54.51%-
XYZ10.0112.2726.27-
YUV82.55159.8579.82-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.77%
GREEN value IS 106 (41.80% from 255) = 40.77%
BLUE value IS 139 (54.69% from 255) = 53.46%
R=5.77%
G=40.77%
B=53.46%

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
Decimal151061390.890.2400.45195.9780.5230.2
HexF6A8B591802Dc4511e
Octal171522131313005530412136
Binary1111110101010001011101100111000010110111000100101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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