#1A7BA3

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

Shades of Cerulean #1A7BA3

Tints of Cerulean #1A7BA3

Color information

#1A7BA3 (or 0x1A7BA3) is unknown color: approx Cerulean. HEX triplet: 1A, 7B and A3. RGB value is (26,123,163). Sum of RGB (Red+Green+Blue) = 26+123+163=312 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.33% from 312); Green value is 123 (48.44% from 255 or 39.42% from 312); Blue value is 163 (64.06% from 255 or 52.24% from 312); Max value from RGB is 163 - color contains mainly: blue. Hex color #1A7BA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7BA3 is #E5845C. Grayscale: #626262. Windows color (decimal): -15041629 or 10713882. OLE color: 10713882.

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

Color convert

RGB26123163-
CMYK0.840.2500.36
HSL197.52º72.49%37.06%-
HSV(B)197.52º84.05%63.92%-
XYZ14.1217.0337.19-
YUV98.56164.3676.25-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.33%
GREEN value IS 123 (48.44% from 255) = 39.42%
BLUE value IS 163 (64.06% from 255) = 52.24%
R=8.33%
G=39.42%
B=52.24%

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
Decimal261231630.840.2500.36197.5272.4937.06
Hex1A7BA35419024c64825
Octal321732431243104430611045
Binary110101111011101000111010100110010100100110001101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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