#0F6681

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

Shades of Allports #0F6681

Tints of Allports #0F6681

Color information

#0F6681 (or 0x0F6681) is unknown color: approx Allports. HEX triplet: 0F, 66 and 81. RGB value is (15,102,129). Sum of RGB (Red+Green+Blue) = 15+102+129=246 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.10% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 129 (50.78% from 255 or 52.44% from 246); Max value from RGB is 129 - color contains mainly: blue. Hex color #0F6681 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6681 is #F0997E. Grayscale: #4E4E4E. Windows color (decimal): -15767935 or 8480271. OLE color: 8480271.

HSL color Cylindrical-coordinate representation of color #0F6681: hue angle of 194.21º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F6681 is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB15102129-
CMYK0.880.2100.49
HSL194.21º79.17%28.24%-
HSV(B)194.21º88.37%50.59%-
XYZ8.9111.1922.46-
YUV79.06156.1882.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.10%
GREEN value IS 102 (40.23% from 255) = 41.46%
BLUE value IS 129 (50.78% from 255) = 52.44%
R=6.10%
G=41.46%
B=52.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal151021290.880.2100.49194.2179.1728.24
HexF66815815031c24f1c
Octal171462011302506130211734
Binary1111110011010000001101100010101011000111000010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,102,129); }

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

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

 a { background-color: rgb(15,102,129); }

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

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

 span { border-color: rgb(15,102,129); }

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