#1A7AA2

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

Shades of Cerulean #1A7AA2

Tints of Cerulean #1A7AA2

Color information

#1A7AA2 (or 0x1A7AA2) is unknown color: approx Cerulean. HEX triplet: 1A, 7A and A2. RGB value is (26,122,162). Sum of RGB (Red+Green+Blue) = 26+122+162=310 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.39% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 162 (63.67% from 255 or 52.26% from 310); Max value from RGB is 162 - color contains mainly: blue. Hex color #1A7AA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7AA2 is #E5855D. Grayscale: #616161. Windows color (decimal): -15041886 or 10648090. OLE color: 10648090.

HSL color Cylindrical-coordinate representation of color #1A7AA2: hue angle of 197.65º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A7AA2 is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB26122162-
CMYK0.840.2500.36
HSL197.65º72.34%36.86%-
HSV(B)197.65º83.95%63.53%-
XYZ13.9116.7536.68-
YUV97.86164.276.75-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.39%
GREEN value IS 122 (48.05% from 255) = 39.35%
BLUE value IS 162 (63.67% from 255) = 52.26%
R=8.39%
G=39.35%
B=52.26%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal261221620.840.2500.36197.6572.3436.86
Hex1A7AA25419024c64825
Octal321722421243104430611045
Binary110101111010101000101010100110010100100110001101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,122,162); }

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

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

 a { background-color: rgb(26,122,162); }

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

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

 span { border-color: rgb(26,122,162); }

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