#0A648B

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

Shades of Allports #0A648B

Tints of Allports #0A648B

Color information

#0A648B (or 0x0A648B) is unknown color: approx Allports. HEX triplet: 0A, 64 and 8B. RGB value is (10,100,139). Sum of RGB (Red+Green+Blue) = 10+100+139=249 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.02% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A648B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A648B is #F59B74. Grayscale: #4D4D4D. Windows color (decimal): -16096117 or 9135114. OLE color: 9135114.

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

Color convert

RGB10100139-
CMYK0.930.2800.45
HSL198.14º86.58%29.22%-
HSV(B)198.14º92.81%54.51%-
XYZ9.3411.0426.07-
YUV77.54162.6879.83-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.02%
GREEN value IS 100 (39.45% from 255) = 40.16%
BLUE value IS 139 (54.69% from 255) = 55.82%
R=4.02%
G=40.16%
B=55.82%

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
Decimal101001390.930.2800.45198.1486.5829.22
HexA648B5D1C02Dc6571d
Octal121442131353405530612735
Binary1010110010010001011101110111100010110111000110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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