#0F607F

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

Shades of Allports #0F607F

Tints of Allports #0F607F

Color information

#0F607F (or 0x0F607F) is unknown color: approx Allports. HEX triplet: 0F, 60 and 7F. RGB value is (15,96,127). Sum of RGB (Red+Green+Blue) = 15+96+127=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 127 (50% from 255 or 53.36% from 238); Max value from RGB is 127 - color contains mainly: blue. Hex color #0F607F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F607F is #F09F80. Grayscale: #4B4B4B. Windows color (decimal): -15769473 or 8347663. OLE color: 8347663.

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

Color convert

RGB1596127-
CMYK0.880.2400.50
HSL196.61º78.87%27.84%-
HSV(B)196.61º88.19%49.8%-
XYZ8.211021.58-
YUV75.32157.1684.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.30%
GREEN value IS 96 (37.89% from 255) = 40.34%
BLUE value IS 127 (50% from 255) = 53.36%
R=6.30%
G=40.34%
B=53.36%

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
Decimal15961270.880.2400.50196.6178.8727.84
HexF607F5818032c54f1c
Octal171401771303006230511734
Binary111111000001111111101100011000011001011000101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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