#0A6389

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

Shades of Allports #0A6389

Tints of Allports #0A6389

Color information

#0A6389 (or 0x0A6389) is unknown color: approx Allports. HEX triplet: 0A, 63 and 89. RGB value is (10,99,137). Sum of RGB (Red+Green+Blue) = 10+99+137=246 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.07% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 137 (53.91% from 255 or 55.69% from 246); Max value from RGB is 137 - color contains mainly: blue. Hex color #0A6389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6389 is #F59C76. Grayscale: #4C4C4C. Windows color (decimal): -16096375 or 9003786. OLE color: 9003786.

HSL color Cylindrical-coordinate representation of color #0A6389: hue angle of 197.95º 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 #0A6389 is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1099137-
CMYK0.930.2800.46
HSL197.95º86.39%28.82%-
HSV(B)197.95º92.7%53.73%-
XYZ9.110.7925.27-
YUV76.72162.0180.41-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.07%
GREEN value IS 99 (39.06% from 255) = 40.24%
BLUE value IS 137 (53.91% from 255) = 55.69%
R=4.07%
G=40.24%
B=55.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10991370.930.2800.46197.9586.3928.82
HexA63895D1C02Ec6561d
Octal121432111353405630612635
Binary1010110001110001001101110111100010111011000110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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