#0F6881

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

Shades of Allports #0F6881

Tints of Allports #0F6881

Color information

#0F6881 (or 0x0F6881) is unknown color: approx Allports. HEX triplet: 0F, 68 and 81. RGB value is (15,104,129). Sum of RGB (Red+Green+Blue) = 15+104+129=248 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.05% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 129 (50.78% from 255 or 52.02% from 248); Max value from RGB is 129 - color contains mainly: blue. Hex color #0F6881 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6881 is #F0977E. Grayscale: #505050. Windows color (decimal): -15767423 or 8480783. OLE color: 8480783.

HSL color Cylindrical-coordinate representation of color #0F6881: hue angle of 193.16º 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 #0F6881 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB15104129-
CMYK0.880.1900.49
HSL193.16º79.17%28.24%-
HSV(B)193.16º88.37%50.59%-
XYZ9.1111.5922.53-
YUV80.24155.5181.47-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.05%
GREEN value IS 104 (41.02% from 255) = 41.94%
BLUE value IS 129 (50.78% from 255) = 52.02%
R=6.05%
G=41.94%
B=52.02%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal151041290.880.1900.49193.1679.1728.24
HexF68815813031c14f1c
Octal171502011302306130111734
Binary1111110100010000001101100010011011000111000001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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