#0c637f

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

Shades of Allports #0C637F

Tints of Allports #0C637F

Color information

#0C637F (or 0x0C637F) is unknown color: approx Allports. HEX triplet: 0C, 63 and 7F. RGB value is (12,99,127). Sum of RGB (Red+Green+Blue) = 12+99+127=238 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.04% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 127 (50% from 255 or 53.36% from 238); Max value from RGB is 127 - color contains mainly: blue. Hex color #0C637F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C637F is #F39C80. Grayscale: #4B4B4B. Windows color (decimal): -15965313 or 8348428. OLE color: 8348428.

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

Color convert

RGB1299127-
CMYK0.910.2200.50
HSL194.61º82.73%27.25%-
HSV(B)194.61º90.55%49.8%-
XYZ8.4410.5321.67-
YUV76.18156.6882.22-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.04%
GREEN value IS 99 (39.06% from 255) = 41.60%
BLUE value IS 127 (50% from 255) = 53.36%
R=5.04%
G=41.60%
B=53.36%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12991270.910.2200.50194.6182.7327.25
HexC637F5B16032c3531b
Octal141431771332606230312333
Binary110011000111111111101101110110011001011000011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c637f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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