#0A648A

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

Shades of Allports #0A648A

Tints of Allports #0A648A

Color information

#0A648A (or 0x0A648A) is unknown color: approx Allports. HEX triplet: 0A, 64 and 8A. RGB value is (10,100,138). Sum of RGB (Red+Green+Blue) = 10+100+138=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 138 (54.30% from 255 or 55.65% from 248); Max value from RGB is 138 - color contains mainly: blue. Hex color #0A648A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A648A is #F59B75. Grayscale: #4D4D4D. Windows color (decimal): -16096118 or 9069578. OLE color: 9069578.

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

Color convert

RGB10100138-
CMYK0.930.2800.46
HSL197.81º86.49%29.02%-
HSV(B)197.81º92.75%54.12%-
XYZ9.2711.0125.68-
YUV77.42162.1879.91-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.03%
GREEN value IS 100 (39.45% from 255) = 40.32%
BLUE value IS 138 (54.30% from 255) = 55.65%
R=4.03%
G=40.32%
B=55.65%

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
Decimal101001380.930.2800.46197.8186.4929.02
HexA648A5D1C02Ec6561d
Octal121442121353405630612635
Binary1010110010010001010101110111100010111011000110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,100,138); }

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

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

 a { background-color: rgb(10,100,138); }

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

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

 span { border-color: rgb(10,100,138); }

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