#0A6788

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

Shades of Allports #0A6788

Tints of Allports #0A6788

Color information

#0A6788 (or 0x0A6788) is unknown color: approx Allports. HEX triplet: 0A, 67 and 88. RGB value is (10,103,136). Sum of RGB (Red+Green+Blue) = 10+103+136=249 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.02% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #0A6788 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6788 is #F59877. Grayscale: #4E4E4E. Windows color (decimal): -16095352 or 8939274. OLE color: 8939274.

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

Color convert

RGB10103136-
CMYK0.930.2400.47
HSL195.71º86.3%28.63%-
HSV(B)195.71º92.65%53.33%-
XYZ9.4211.5425.02-
YUV78.96160.1978.82-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.02%
GREEN value IS 103 (40.62% from 255) = 41.37%
BLUE value IS 136 (53.52% from 255) = 54.62%
R=4.02%
G=41.37%
B=54.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101031360.930.2400.47195.7186.328.63
HexA67885D1802Fc4561d
Octal121472101353005730412635
Binary1010110011110001000101110111000010111111000100101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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