#0C6585

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

Shades of Allports #0C6585

Tints of Allports #0C6585

Color information

#0C6585 (or 0x0C6585) is unknown color: approx Allports. HEX triplet: 0C, 65 and 85. RGB value is (12,101,133). Sum of RGB (Red+Green+Blue) = 12+101+133=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #0C6585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6585 is #F39A7A. Grayscale: #4D4D4D. Windows color (decimal): -15964795 or 8742156. OLE color: 8742156.

HSL color Cylindrical-coordinate representation of color #0C6585: hue angle of 195.87º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C6585 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12101133-
CMYK0.910.2400.48
HSL195.87º83.45%28.43%-
HSV(B)195.87º90.98%52.16%-
XYZ9.0411.0823.85-
YUV78.04159.0180.9-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.88%
GREEN value IS 101 (39.84% from 255) = 41.06%
BLUE value IS 133 (52.34% from 255) = 54.07%
R=4.88%
G=41.06%
B=54.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal121011330.910.2400.48195.8783.4528.43
HexC65855B18030c4531c
Octal141452051333006030412334
Binary1100110010110000101101101111000011000011000100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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