#0a608e

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

Shades of Allports #0A608E

Tints of Allports #0A608E

Color information

#0A608E (or 0x0A608E) is unknown color: approx Allports. HEX triplet: 0A, 60 and 8E. RGB value is (10,96,142). Sum of RGB (Red+Green+Blue) = 10+96+142=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 142 (55.86% from 255 or 57.26% from 248); Max value from RGB is 142 - color contains mainly: blue. Hex color #0A608E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A608E is #F59F71. Grayscale: #4B4B4B. Windows color (decimal): -16097138 or 9330698. OLE color: 9330698.

HSL color Cylindrical-coordinate representation of color #0A608E: hue angle of 200.91º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A608E is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1096142-
CMYK0.930.3200.44
HSL200.91º86.84%29.8%-
HSV(B)200.91º92.96%55.69%-
XYZ9.1910.3827.11-
YUV75.53165.5181.26-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.03%
GREEN value IS 96 (37.89% from 255) = 38.71%
BLUE value IS 142 (55.86% from 255) = 57.26%
R=4.03%
G=38.71%
B=57.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10961420.930.3200.44200.9186.8429.8
HexA608E5D2002Cc9571e
Octal121402161354005431112736
Binary10101100000100011101011101100000010110011001001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a608e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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