#1A6374

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

Shades of Allports #1A6374

Tints of Allports #1A6374

Color information

#1A6374 (or 0x1A6374) is unknown color: approx Allports. HEX triplet: 1A, 63 and 74. RGB value is (26,99,116). Sum of RGB (Red+Green+Blue) = 26+99+116=241 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.79% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 116 (45.70% from 255 or 48.13% from 241); Max value from RGB is 116 - color contains mainly: blue. Hex color #1A6374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6374 is #E59C8B. Grayscale: #4E4E4E. Windows color (decimal): -15047820 or 7627546. OLE color: 7627546.

HSL color Cylindrical-coordinate representation of color #1A6374: hue angle of 191.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A6374 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2699116-
CMYK0.780.1500.55
HSL191.33º63.38%27.84%-
HSV(B)191.33º77.59%45.49%-
XYZ8.0410.418.11-
YUV79.11148.8290.12-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.79%
GREEN value IS 99 (39.06% from 255) = 41.08%
BLUE value IS 116 (45.70% from 255) = 48.13%
R=10.79%
G=41.08%
B=48.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal26991160.780.1500.55191.3363.3827.84
Hex1A63744EF037bf3f1c
Octal32143164116170672777734
Binary11010110001111101001001110111101101111011111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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