#0C657F

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

Shades of Allports #0C657F

Tints of Allports #0C657F

Color information

#0C657F (or 0x0C657F) is unknown color: approx Allports. HEX triplet: 0C, 65 and 7F. RGB value is (12,101,127). Sum of RGB (Red+Green+Blue) = 12+101+127=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 127 (50% from 255 or 52.92% from 240); Max value from RGB is 127 - color contains mainly: blue. Hex color #0C657F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C657F is #F39A80. Grayscale: #4D4D4D. Windows color (decimal): -15964801 or 8348940. OLE color: 8348940.

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

Color convert

RGB12101127-
CMYK0.910.2000.50
HSL193.57º82.73%27.25%-
HSV(B)193.57º90.55%49.8%-
XYZ8.6410.9221.73-
YUV77.35156.0181.39-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5%
GREEN value IS 101 (39.84% from 255) = 42.08%
BLUE value IS 127 (50% from 255) = 52.92%
R=5%
G=42.08%
B=52.92%

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
Decimal121011270.910.2000.50193.5782.7327.25
HexC657F5B14032c2531b
Octal141451771332406230212333
Binary110011001011111111101101110100011001011000010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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