#1A648A

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

Shades of Allports #1A648A

Tints of Allports #1A648A

Color information

#1A648A (or 0x1A648A) is unknown color: approx Allports. HEX triplet: 1A, 64 and 8A. RGB value is (26,100,138). Sum of RGB (Red+Green+Blue) = 26+100+138=264 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.85% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #1A648A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A648A is #E59B75. Grayscale: #515151. Windows color (decimal): -15047542 or 9069594. OLE color: 9069594.

HSL color Cylindrical-coordinate representation of color #1A648A: hue angle of 200.36º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A648A is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB26100138-
CMYK0.810.2800.46
HSL200.36º68.29%32.16%-
HSV(B)200.36º81.16%54.12%-
XYZ9.5711.1725.7-
YUV82.21159.4887.91-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.85%
GREEN value IS 100 (39.45% from 255) = 37.88%
BLUE value IS 138 (54.30% from 255) = 52.27%
R=9.85%
G=37.88%
B=52.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal261001380.810.2800.46200.3668.2932.16
Hex1A648A511C02Ec84420
Octal321442121213405631010440
Binary110101100100100010101010001111000101110110010001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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