#1A697D

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

Shades of Allports #1A697D

Tints of Allports #1A697D

Color information

#1A697D (or 0x1A697D) is unknown color: approx Allports. HEX triplet: 1A, 69 and 7D. RGB value is (26,105,125). Sum of RGB (Red+Green+Blue) = 26+105+125=256 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.16% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #1A697D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A697D is #E59682. Grayscale: #535353. Windows color (decimal): -15046275 or 8218906. OLE color: 8218906.

HSL color Cylindrical-coordinate representation of color #1A697D: hue angle of 192.12º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A697D is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB26105125-
CMYK0.790.1600.51
HSL192.12º65.56%29.61%-
HSV(B)192.12º79.2%49.02%-
XYZ9.1811.821.2-
YUV83.66151.3386.87-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.16%
GREEN value IS 105 (41.41% from 255) = 41.02%
BLUE value IS 125 (49.22% from 255) = 48.83%
R=10.16%
G=41.02%
B=48.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal261051250.790.1600.51192.1265.5629.61
Hex1A697D4F10033c0421e
Octal321511751172006330010236
Binary1101011010011111101100111110000011001111000000100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,105,125); }

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

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

 a { background-color: rgb(26,105,125); }

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

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

 span { border-color: rgb(26,105,125); }

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