#0F667D

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

Shades of Allports #0F667D

Tints of Allports #0F667D

Color information

#0F667D (or 0x0F667D) is unknown color: approx Allports. HEX triplet: 0F, 66 and 7D. RGB value is (15,102,125). Sum of RGB (Red+Green+Blue) = 15+102+125=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 125 (49.22% from 255 or 51.65% from 242); Max value from RGB is 125 - color contains mainly: blue. Hex color #0F667D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F667D is #F09982. Grayscale: #4E4E4E. Windows color (decimal): -15767939 or 8218127. OLE color: 8218127.

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

Color convert

RGB15102125-
CMYK0.880.1800.51
HSL192.55º78.57%27.45%-
HSV(B)192.55º88%49.02%-
XYZ8.6511.0821.09-
YUV78.61154.1882.63-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.20%
GREEN value IS 102 (40.23% from 255) = 42.15%
BLUE value IS 125 (49.22% from 255) = 51.65%
R=6.20%
G=42.15%
B=51.65%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal151021250.880.1800.51192.5578.5727.45
HexF667D5812033c14f1b
Octal171461751302206330111733
Binary111111001101111101101100010010011001111000001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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