#0F6582

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

Shades of Allports #0F6582

Tints of Allports #0F6582

Color information

#0F6582 (or 0x0F6582) is unknown color: approx Allports. HEX triplet: 0F, 65 and 82. RGB value is (15,101,130). Sum of RGB (Red+Green+Blue) = 15+101+130=246 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.10% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #0F6582 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6582 is #F09A7D. Grayscale: #4E4E4E. Windows color (decimal): -15768190 or 8545551. OLE color: 8545551.

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

Color convert

RGB15101130-
CMYK0.880.2200.49
HSL195.13º79.31%28.43%-
HSV(B)195.13º88.46%50.98%-
XYZ8.8811.0222.78-
YUV78.59157.0182.64-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.10%
GREEN value IS 101 (39.84% from 255) = 41.06%
BLUE value IS 130 (51.17% from 255) = 52.85%
R=6.10%
G=41.06%
B=52.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal151011300.880.2200.49195.1379.3128.43
HexF65825816031c34f1c
Octal171452021302606130311734
Binary1111110010110000010101100010110011000111000011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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