#0c667f

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

Shades of Allports #0C667F

Tints of Allports #0C667F

Color information

#0C667F (or 0x0C667F) is unknown color: approx Allports. HEX triplet: 0C, 66 and 7F. RGB value is (12,102,127). Sum of RGB (Red+Green+Blue) = 12+102+127=241 (31% of max value = 765). Red value is 12 (5.08% from 255 or 4.98% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #0C667F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C667F is #F39980. Grayscale: #4D4D4D. Windows color (decimal): -15964545 or 8349196. OLE color: 8349196.

HSL color Cylindrical-coordinate representation of color #0C667F: hue angle of 193.04º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C667F is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12102127-
CMYK0.910.2000.50
HSL193.04º82.73%27.25%-
HSV(B)193.04º90.55%49.8%-
XYZ8.7311.1121.76-
YUV77.94155.6880.97-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.98%
GREEN value IS 102 (40.23% from 255) = 42.32%
BLUE value IS 127 (50% from 255) = 52.70%
R=4.98%
G=42.32%
B=52.70%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal121021270.910.2000.50193.0482.7327.25
HexC667F5B14032c1531b
Octal141461771332406230112333
Binary110011001101111111101101110100011001011000001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c667f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,102,127); }

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

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

 a { background-color: rgb(12,102,127); }

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

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

 span { border-color: rgb(12,102,127); }

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