#1a7ea1

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

Shades of Cerulean #1A7EA1

Tints of Cerulean #1A7EA1

Color information

#1A7EA1 (or 0x1A7EA1) is unknown color: approx Cerulean. HEX triplet: 1A, 7E and A1. RGB value is (26,126,161). Sum of RGB (Red+Green+Blue) = 26+126+161=313 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.31% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 161 (63.28% from 255 or 51.44% from 313); Max value from RGB is 161 - color contains mainly: blue. Hex color #1A7EA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7EA1 is #E5815E. Grayscale: #636363. Windows color (decimal): -15040863 or 10583578. OLE color: 10583578.

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

Color convert

RGB26126161-
CMYK0.840.2200.37
HSL195.56º72.19%36.67%-
HSV(B)195.56º83.85%63.14%-
XYZ14.3217.7136.38-
YUV100.09162.3775.15-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.31%
GREEN value IS 126 (49.61% from 255) = 40.26%
BLUE value IS 161 (63.28% from 255) = 51.44%
R=8.31%
G=40.26%
B=51.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal261261610.840.2200.37195.5672.1936.67
Hex1A7EA15416025c44825
Octal321762411242604530411045
Binary110101111110101000011010100101100100101110001001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a7ea1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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