#0F6082

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

Shades of Allports #0F6082

Tints of Allports #0F6082

Color information

#0F6082 (or 0x0F6082) is unknown color: approx Allports. HEX triplet: 0F, 60 and 82. RGB value is (15,96,130). Sum of RGB (Red+Green+Blue) = 15+96+130=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #0F6082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6082 is #F09F7D. Grayscale: #4B4B4B. Windows color (decimal): -15769470 or 8544271. OLE color: 8544271.

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

Color convert

RGB1596130-
CMYK0.880.2600.49
HSL197.74º79.31%28.43%-
HSV(B)197.74º88.46%50.98%-
XYZ8.4110.0822.62-
YUV75.66158.6684.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.22%
GREEN value IS 96 (37.89% from 255) = 39.83%
BLUE value IS 130 (51.17% from 255) = 53.94%
R=6.22%
G=39.83%
B=53.94%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal15961300.880.2600.49197.7479.3128.43
HexF6082581A031c64f1c
Octal171402021303206130611734
Binary1111110000010000010101100011010011000111000110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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