#0A6588

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

Shades of Allports #0A6588

Tints of Allports #0A6588

Color information

#0A6588 (or 0x0A6588) is unknown color: approx Allports. HEX triplet: 0A, 65 and 88. RGB value is (10,101,136). Sum of RGB (Red+Green+Blue) = 10+101+136=247 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.05% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 136 (53.52% from 255 or 55.06% from 247); Max value from RGB is 136 - color contains mainly: blue. Hex color #0A6588 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6588 is #F59A77. Grayscale: #4D4D4D. Windows color (decimal): -16095864 or 8938762. OLE color: 8938762.

HSL color Cylindrical-coordinate representation of color #0A6588: hue angle of 196.67º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A6588 is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10101136-
CMYK0.930.2600.47
HSL196.67º86.3%28.63%-
HSV(B)196.67º92.65%53.33%-
XYZ9.2211.1524.96-
YUV77.78160.8579.65-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.05%
GREEN value IS 101 (39.84% from 255) = 40.89%
BLUE value IS 136 (53.52% from 255) = 55.06%
R=4.05%
G=40.89%
B=55.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101011360.930.2600.47196.6786.328.63
HexA65885D1A02Fc5561d
Octal121452101353205730512635
Binary1010110010110001000101110111010010111111000101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,101,136); }

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

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

 a { background-color: rgb(10,101,136); }

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

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

 span { border-color: rgb(10,101,136); }

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