#0F6687

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

Shades of Allports #0F6687

Tints of Allports #0F6687

Color information

#0F6687 (or 0x0F6687) is unknown color: approx Allports. HEX triplet: 0F, 66 and 87. RGB value is (15,102,135). Sum of RGB (Red+Green+Blue) = 15+102+135=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 135 (53.12% from 255 or 53.57% from 252); Max value from RGB is 135 - color contains mainly: blue. Hex color #0F6687 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6687 is #F09978. Grayscale: #4F4F4F. Windows color (decimal): -15767929 or 8873487. OLE color: 8873487.

HSL color Cylindrical-coordinate representation of color #0F6687: hue angle of 196.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F6687 is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB15102135-
CMYK0.890.2400.47
HSL196.5º80%29.41%-
HSV(B)196.5º88.89%52.94%-
XYZ9.3211.3524.62-
YUV79.75159.1881.82-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.95%
GREEN value IS 102 (40.23% from 255) = 40.48%
BLUE value IS 135 (53.12% from 255) = 53.57%
R=5.95%
G=40.48%
B=53.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal151021350.890.2400.47196.58029.41
HexF6687591802Fc4501d
Octal171462071313005730412035
Binary1111110011010000111101100111000010111111000100101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,102,135); }

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

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

 a { background-color: rgb(15,102,135); }

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

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

 span { border-color: rgb(15,102,135); }

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