#0A6089

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

Shades of Allports #0A6089

Tints of Allports #0A6089

Color information

#0A6089 (or 0x0A6089) is unknown color: approx Allports. HEX triplet: 0A, 60 and 89. RGB value is (10,96,137). Sum of RGB (Red+Green+Blue) = 10+96+137=243 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.12% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 137 (53.91% from 255 or 56.38% from 243); Max value from RGB is 137 - color contains mainly: blue. Hex color #0A6089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6089 is #F59F76. Grayscale: #4A4A4A. Windows color (decimal): -16097143 or 9003018. OLE color: 9003018.

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

Color convert

RGB1096137-
CMYK0.930.3000.46
HSL199.37º86.39%28.82%-
HSV(B)199.37º92.7%53.73%-
XYZ8.8210.2425.18-
YUV74.96163.0181.67-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.12%
GREEN value IS 96 (37.89% from 255) = 39.51%
BLUE value IS 137 (53.91% from 255) = 56.38%
R=4.12%
G=39.51%
B=56.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10961370.930.3000.46199.3786.3928.82
HexA60895D1E02Ec7561d
Octal121402111353605630712635
Binary1010110000010001001101110111110010111011000111101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,96,137); }

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

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

 a { background-color: rgb(10,96,137); }

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

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

 span { border-color: rgb(10,96,137); }

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