#0F6580

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

Shades of Allports #0F6580

Tints of Allports #0F6580

Color information

#0F6580 (or 0x0F6580) is unknown color: approx Allports. HEX triplet: 0F, 65 and 80. RGB value is (15,101,128). Sum of RGB (Red+Green+Blue) = 15+101+128=244 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.15% from 244); Green value is 101 (39.84% from 255 or 41.39% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #0F6580 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6580 is #F09A7F. Grayscale: #4E4E4E. Windows color (decimal): -15768192 or 8414479. OLE color: 8414479.

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

Color convert

RGB15101128-
CMYK0.880.2100.50
HSL194.34º79.02%28.04%-
HSV(B)194.34º88.28%50.2%-
XYZ8.7510.9722.08-
YUV78.36156.0182.8-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.15%
GREEN value IS 101 (39.84% from 255) = 41.39%
BLUE value IS 128 (50.39% from 255) = 52.46%
R=6.15%
G=41.39%
B=52.46%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal151011280.880.2100.50194.3479.0228.04
HexF65805815032c24f1c
Octal171452001302506230211734
Binary1111110010110000000101100010101011001011000010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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