#1A7AA3

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

Shades of Cerulean #1A7AA3

Tints of Cerulean #1A7AA3

Color information

#1A7AA3 (or 0x1A7AA3) is unknown color: approx Cerulean. HEX triplet: 1A, 7A and A3. RGB value is (26,122,163). Sum of RGB (Red+Green+Blue) = 26+122+163=311 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.36% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 163 (64.06% from 255 or 52.41% from 311); Max value from RGB is 163 - color contains mainly: blue. Hex color #1A7AA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7AA3 is #E5855C. Grayscale: #616161. Windows color (decimal): -15041885 or 10713626. OLE color: 10713626.

HSL color Cylindrical-coordinate representation of color #1A7AA3: hue angle of 197.96º 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 #1A7AA3 is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB26122163-
CMYK0.840.2500.36
HSL197.96º72.49%37.06%-
HSV(B)197.96º84.05%63.92%-
XYZ1416.7837.15-
YUV97.97164.776.67-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.36%
GREEN value IS 122 (48.05% from 255) = 39.23%
BLUE value IS 163 (64.06% from 255) = 52.41%
R=8.36%
G=39.23%
B=52.41%

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
Decimal261221630.840.2500.36197.9672.4937.06
Hex1A7AA35419024c64825
Octal321722431243104430611045
Binary110101111010101000111010100110010100100110001101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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