#0C6084

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

Shades of Allports #0C6084

Tints of Allports #0C6084

Color information

#0C6084 (or 0x0C6084) is unknown color: approx Allports. HEX triplet: 0C, 60 and 84. RGB value is (12,96,132). Sum of RGB (Red+Green+Blue) = 12+96+132=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 132 (51.95% from 255 or 55% from 240); Max value from RGB is 132 - color contains mainly: blue. Hex color #0C6084 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6084 is #F39F7B. Grayscale: #4A4A4A. Windows color (decimal): -15966076 or 8675340. OLE color: 8675340.

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

Color convert

RGB1296132-
CMYK0.910.2700.48
HSL198º83.33%28.24%-
HSV(B)198º90.91%51.76%-
XYZ8.510.1123.33-
YUV74.99160.1783.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5%
GREEN value IS 96 (37.89% from 255) = 40%
BLUE value IS 132 (51.95% from 255) = 55%
R=5%
G=40%
B=55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12961320.910.2700.4819883.3328.24
HexC60845B1B030c6531c
Octal141402041333306030612334
Binary1100110000010000100101101111011011000011000110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,96,132); }

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

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

 a { background-color: rgb(12,96,132); }

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

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

 span { border-color: rgb(12,96,132); }

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