#0C6591

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

Shades of Allports #0C6591

Tints of Allports #0C6591

Color information

#0C6591 (or 0x0C6591) is unknown color: approx Allports. HEX triplet: 0C, 65 and 91. RGB value is (12,101,145). Sum of RGB (Red+Green+Blue) = 12+101+145=258 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.65% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 145 (57.03% from 255 or 56.20% from 258); Max value from RGB is 145 - color contains mainly: blue. Hex color #0C6591 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6591 is #F39A6E. Grayscale: #4F4F4F. Windows color (decimal): -15964783 or 9528588. OLE color: 9528588.

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

Color convert

RGB12101145-
CMYK0.920.3000.43
HSL199.85º84.71%30.78%-
HSV(B)199.85º91.72%56.86%-
XYZ9.9211.4328.47-
YUV79.4165.0179.92-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.65%
GREEN value IS 101 (39.84% from 255) = 39.15%
BLUE value IS 145 (57.03% from 255) = 56.20%
R=4.65%
G=39.15%
B=56.20%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121011450.920.3000.43199.8584.7130.78
HexC65915C1E02Bc8551f
Octal141452211343605331012537
Binary1100110010110010001101110011110010101111001000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C6591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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