#0F6887

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

Shades of Allports #0F6887

Tints of Allports #0F6887

Color information

#0F6887 (or 0x0F6887) is unknown color: approx Allports. HEX triplet: 0F, 68 and 87. RGB value is (15,104,135). Sum of RGB (Red+Green+Blue) = 15+104+135=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 135 (53.12% from 255 or 53.15% from 254); Max value from RGB is 135 - color contains mainly: blue. Hex color #0F6887 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6887 is #F09778. Grayscale: #505050. Windows color (decimal): -15767417 or 8873999. OLE color: 8873999.

HSL color Cylindrical-coordinate representation of color #0F6887: hue angle of 195.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 #0F6887 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB15104135-
CMYK0.890.2300.47
HSL195.5º80%29.41%-
HSV(B)195.5º88.89%52.94%-
XYZ9.5211.7524.69-
YUV80.92158.5180.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.91%
GREEN value IS 104 (41.02% from 255) = 40.94%
BLUE value IS 135 (53.12% from 255) = 53.15%
R=5.91%
G=40.94%
B=53.15%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal151041350.890.2300.47195.58029.41
HexF6887591702Fc4501d
Octal171502071312705730412035
Binary1111110100010000111101100110111010111111000100101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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