#0F647D

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

Shades of Allports #0F647D

Tints of Allports #0F647D

Color information

#0F647D (or 0x0F647D) is unknown color: approx Allports. HEX triplet: 0F, 64 and 7D. RGB value is (15,100,125). Sum of RGB (Red+Green+Blue) = 15+100+125=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #0F647D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F647D is #F09B82. Grayscale: #4D4D4D. Windows color (decimal): -15768451 or 8217615. OLE color: 8217615.

HSL color Cylindrical-coordinate representation of color #0F647D: hue angle of 193.64º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F647D is Cyan = 0.88, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB15100125-
CMYK0.880.200.51
HSL193.64º78.57%27.45%-
HSV(B)193.64º88%49.02%-
XYZ8.4610.721.02-
YUV77.44154.8483.47-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.25%
GREEN value IS 100 (39.45% from 255) = 41.67%
BLUE value IS 125 (49.22% from 255) = 52.08%
R=6.25%
G=41.67%
B=52.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal151001250.880.200.51193.6478.5727.45
HexF647D5814033c24f1b
Octal171441751302406330211733
Binary111111001001111101101100010100011001111000010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,100,125); }

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

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

 a { background-color: rgb(15,100,125); }

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

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

 span { border-color: rgb(15,100,125); }

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