#1a7eab

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

Shades of Cerulean #1A7EAB

Tints of Cerulean #1A7EAB

Color information

#1A7EAB (or 0x1A7EAB) is unknown color: approx Cerulean. HEX triplet: 1A, 7E and AB. RGB value is (26,126,171). Sum of RGB (Red+Green+Blue) = 26+126+171=323 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.05% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #1A7EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7EAB is #E58154. Grayscale: #646464. Windows color (decimal): -15040853 or 11238938. OLE color: 11238938.

HSL color Cylindrical-coordinate representation of color #1A7EAB: hue angle of 198.62º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A7EAB is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB26126171-
CMYK0.850.2600.33
HSL198.62º73.6%38.63%-
HSV(B)198.62º84.8%67.06%-
XYZ15.2418.0841.22-
YUV101.23167.3774.34-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.05%
GREEN value IS 126 (49.61% from 255) = 39.01%
BLUE value IS 171 (67.19% from 255) = 52.94%
R=8.05%
G=39.01%
B=52.94%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal261261710.850.2600.33198.6273.638.63
Hex1A7EAB551A021c74a27
Octal321762531253204130711247
Binary110101111110101010111010101110100100001110001111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a7eab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,126,171); }

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

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

 a { background-color: rgb(26,126,171); }

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

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

 span { border-color: rgb(26,126,171); }

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