#0A6885

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

Shades of Allports #0A6885

Tints of Allports #0A6885

Color information

#0A6885 (or 0x0A6885) is unknown color: approx Allports. HEX triplet: 0A, 68 and 85. RGB value is (10,104,133). Sum of RGB (Red+Green+Blue) = 10+104+133=247 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.05% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #0A6885 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6885 is #F5977A. Grayscale: #4E4E4E. Windows color (decimal): -16095099 or 8742922. OLE color: 8742922.

HSL color Cylindrical-coordinate representation of color #0A6885: hue angle of 194.15º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A6885 is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10104133-
CMYK0.920.2200.48
HSL194.15º86.01%28.04%-
HSV(B)194.15º92.48%52.16%-
XYZ9.3111.6623.95-
YUV79.2158.3678.64-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.05%
GREEN value IS 104 (41.02% from 255) = 42.11%
BLUE value IS 133 (52.34% from 255) = 53.85%
R=4.05%
G=42.11%
B=53.85%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101041330.920.2200.48194.1586.0128.04
HexA68855C16030c2561c
Octal121502051342606030212634
Binary1010110100010000101101110010110011000011000010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,104,133); }

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

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

 a { background-color: rgb(10,104,133); }

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

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

 span { border-color: rgb(10,104,133); }

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