#1A607B

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

Shades of Allports #1A607B

Tints of Allports #1A607B

Color information

#1A607B (or 0x1A607B) is unknown color: approx Allports. HEX triplet: 1A, 60 and 7B. RGB value is (26,96,123). Sum of RGB (Red+Green+Blue) = 26+96+123=245 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.61% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 123 (48.44% from 255 or 50.20% from 245); Max value from RGB is 123 - color contains mainly: blue. Hex color #1A607B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A607B is #E59F84. Grayscale: #4D4D4D. Windows color (decimal): -15048581 or 8085530. OLE color: 8085530.

HSL color Cylindrical-coordinate representation of color #1A607B: hue angle of 196.7º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A607B is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2696123-
CMYK0.790.2200.52
HSL196.7º65.1%29.22%-
HSV(B)196.7º78.86%48.24%-
XYZ8.1810.0220.24-
YUV78.15153.3190.8-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.61%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 123 (48.44% from 255) = 50.20%
R=10.61%
G=39.18%
B=50.20%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal26961230.790.2200.52196.765.129.22
Hex1A607B4F16034c5411d
Octal321401731172606430510135
Binary1101011000001111011100111110110011010011000101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,96,123); }

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

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

 a { background-color: rgb(26,96,123); }

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

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

 span { border-color: rgb(26,96,123); }

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