#0C6593

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

Shades of Allports #0C6593

Tints of Allports #0C6593

Color information

#0C6593 (or 0x0C6593) is unknown color: approx Allports. HEX triplet: 0C, 65 and 93. RGB value is (12,101,147). Sum of RGB (Red+Green+Blue) = 12+101+147=260 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.62% from 260); Green value is 101 (39.84% from 255 or 38.85% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #0C6593 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6593 is #F39A6C. Grayscale: #4F4F4F. Windows color (decimal): -15964781 or 9659660. OLE color: 9659660.

HSL color Cylindrical-coordinate representation of color #0C6593: hue angle of 200.44º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C6593 is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12101147-
CMYK0.920.3100.42
HSL200.44º84.91%31.18%-
HSV(B)200.44º91.84%57.65%-
XYZ10.0711.4929.29-
YUV79.63166.0179.76-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.62%
GREEN value IS 101 (39.84% from 255) = 38.85%
BLUE value IS 147 (57.81% from 255) = 56.54%
R=4.62%
G=38.85%
B=56.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121011470.920.3100.42200.4484.9131.18
HexC65935C1F02Ac8551f
Octal141452231343705231012537
Binary1100110010110010011101110011111010101011001000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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