#0F6882

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

Shades of Allports #0F6882

Tints of Allports #0F6882

Color information

#0F6882 (or 0x0F6882) is unknown color: approx Allports. HEX triplet: 0F, 68 and 82. RGB value is (15,104,130). Sum of RGB (Red+Green+Blue) = 15+104+130=249 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.02% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #0F6882 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6882 is #F0977D. Grayscale: #505050. Windows color (decimal): -15767422 or 8546319. OLE color: 8546319.

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

Color convert

RGB15104130-
CMYK0.880.200.49
HSL193.57º79.31%28.43%-
HSV(B)193.57º88.46%50.98%-
XYZ9.1811.6122.88-
YUV80.35156.0181.39-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.02%
GREEN value IS 104 (41.02% from 255) = 41.77%
BLUE value IS 130 (51.17% from 255) = 52.21%
R=6.02%
G=41.77%
B=52.21%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal151041300.880.200.49193.5779.3128.43
HexF68825814031c24f1c
Octal171502021302406130211734
Binary1111110100010000010101100010100011000111000010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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