#0A658D

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

Shades of Allports #0A658D

Tints of Allports #0A658D

Color information

#0A658D (or 0x0A658D) is unknown color: approx Allports. HEX triplet: 0A, 65 and 8D. RGB value is (10,101,141). Sum of RGB (Red+Green+Blue) = 10+101+141=252 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.97% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A658D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A658D is #F59A72. Grayscale: #4E4E4E. Windows color (decimal): -16095859 or 9266442. OLE color: 9266442.

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

Color convert

RGB10101141-
CMYK0.930.2800.45
HSL198.32º86.75%29.61%-
HSV(B)198.32º92.91%55.29%-
XYZ9.5911.2926.87-
YUV78.35163.3579.25-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.97%
GREEN value IS 101 (39.84% from 255) = 40.08%
BLUE value IS 141 (55.47% from 255) = 55.95%
R=3.97%
G=40.08%
B=55.95%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101011410.930.2800.45198.3286.7529.61
HexA658D5D1C02Dc6571e
Octal121452151353405530612736
Binary1010110010110001101101110111100010110111000110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A658D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,101,141); }

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

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

 a { background-color: rgb(10,101,141); }

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

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

 span { border-color: rgb(10,101,141); }

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