#0C687D

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

Shades of Allports #0C687D

Tints of Allports #0C687D

Color information

#0C687D (or 0x0C687D) is unknown color: approx Allports. HEX triplet: 0C, 68 and 7D. RGB value is (12,104,125). Sum of RGB (Red+Green+Blue) = 12+104+125=241 (31% of max value = 765). Red value is 12 (5.08% from 255 or 4.98% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #0C687D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C687D is #F39782. Grayscale: #4E4E4E. Windows color (decimal): -15964035 or 8218636. OLE color: 8218636.

HSL color Cylindrical-coordinate representation of color #0C687D: hue angle of 191.15º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C687D is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12104125-
CMYK0.900.1700.51
HSL191.15º82.48%26.86%-
HSV(B)191.15º90.4%49.02%-
XYZ8.811.4621.15-
YUV78.89154.0280.29-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.98%
GREEN value IS 104 (41.02% from 255) = 43.15%
BLUE value IS 125 (49.22% from 255) = 51.87%
R=4.98%
G=43.15%
B=51.87%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal121041250.900.1700.51191.1582.4826.86
HexC687D5A11033bf521b
Octal141501751322106327712233
Binary110011010001111101101101010001011001110111111101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C687D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,104,125); }

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

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

 a { background-color: rgb(12,104,125); }

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

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

 span { border-color: rgb(12,104,125); }

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