#0F5E79

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

Shades of Allports #0F5E79

Tints of Allports #0F5E79

Color information

#0F5E79 (or 0x0F5E79) is unknown color: approx Allports. HEX triplet: 0F, 5E and 79. RGB value is (15,94,121). Sum of RGB (Red+Green+Blue) = 15+94+121=230 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.52% from 230); Green value is 94 (37.11% from 255 or 40.87% from 230); Blue value is 121 (47.66% from 255 or 52.61% from 230); Max value from RGB is 121 - color contains mainly: blue. Hex color #0F5E79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5E79 is #F0A186. Grayscale: #494949. Windows color (decimal): -15769991 or 7953935. OLE color: 7953935.

HSL color Cylindrical-coordinate representation of color #0F5E79: hue angle of 195.28º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F5E79 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1594121-
CMYK0.880.2200.53
HSL195.28º77.94%26.67%-
HSV(B)195.28º87.6%47.45%-
XYZ7.659.4919.52-
YUV73.46154.8386.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.52%
GREEN value IS 94 (37.11% from 255) = 40.87%
BLUE value IS 121 (47.66% from 255) = 52.61%
R=6.52%
G=40.87%
B=52.61%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal15941210.880.2200.53195.2877.9426.67
HexF5E795816035c34e1b
Octal171361711302606530311633
Binary111110111101111001101100010110011010111000011100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,94,121); }

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

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

 a { background-color: rgb(15,94,121); }

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

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

 span { border-color: rgb(15,94,121); }

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