#1a6377

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

Shades of Allports #1A6377

Tints of Allports #1A6377

Color information

#1A6377 (or 0x1A6377) is unknown color: approx Allports. HEX triplet: 1A, 63 and 77. RGB value is (26,99,119). Sum of RGB (Red+Green+Blue) = 26+99+119=244 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.66% from 244); Green value is 99 (39.06% from 255 or 40.57% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #1A6377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6377 is #E59C88. Grayscale: #4F4F4F. Windows color (decimal): -15047817 or 7824154. OLE color: 7824154.

HSL color Cylindrical-coordinate representation of color #1A6377: hue angle of 192.9º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A6377 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2699119-
CMYK0.780.1700.53
HSL192.9º64.14%28.43%-
HSV(B)192.9º78.15%46.67%-
XYZ8.2210.4819.04-
YUV79.45150.3289.87-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.66%
GREEN value IS 99 (39.06% from 255) = 40.57%
BLUE value IS 119 (46.88% from 255) = 48.77%
R=10.66%
G=40.57%
B=48.77%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26991190.780.1700.53192.964.1428.43
Hex1A63774E11035c1401c
Octal321431671162106530110034
Binary1101011000111110111100111010001011010111000001100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a6377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,99,119); }

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

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

 a { background-color: rgb(26,99,119); }

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

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

 span { border-color: rgb(26,99,119); }

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