#0f617f

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

Shades of Allports #0F617F

Tints of Allports #0F617F

Color information

#0F617F (or 0x0F617F) is unknown color: approx Allports. HEX triplet: 0F, 61 and 7F. RGB value is (15,97,127). Sum of RGB (Red+Green+Blue) = 15+97+127=239 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.28% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #0F617F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F617F is #F09E80. Grayscale: #4B4B4B. Windows color (decimal): -15769217 or 8347919. OLE color: 8347919.

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

Color convert

RGB1597127-
CMYK0.880.2400.50
HSL196.07º78.87%27.84%-
HSV(B)196.07º88.19%49.8%-
XYZ8.310.1821.61-
YUV75.9156.8384.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.28%
GREEN value IS 97 (38.28% from 255) = 40.59%
BLUE value IS 127 (50% from 255) = 53.14%
R=6.28%
G=40.59%
B=53.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal15971270.880.2400.50196.0778.8727.84
HexF617F5818032c44f1c
Octal171411771303006230411734
Binary111111000011111111101100011000011001011000100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f617f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,97,127); }

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

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

 a { background-color: rgb(15,97,127); }

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

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

 span { border-color: rgb(15,97,127); }

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