#1A8EA3

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

Shades of Pelorous #1A8EA3

Tints of Pelorous #1A8EA3

Color information

#1A8EA3 (or 0x1A8EA3) is unknown color: approx Pelorous. HEX triplet: 1A, 8E and A3. RGB value is (26,142,163). Sum of RGB (Red+Green+Blue) = 26+142+163=331 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.85% from 331); Green value is 142 (55.86% from 255 or 42.90% from 331); Blue value is 163 (64.06% from 255 or 49.24% from 331); Max value from RGB is 163 - color contains mainly: blue. Hex color #1A8EA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8EA3 is #E5715C. Grayscale: #6D6D6D. Windows color (decimal): -15036765 or 10718746. OLE color: 10718746.

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

Color convert

RGB26142163-
CMYK0.840.1300.36
HSL189.2º72.49%37.06%-
HSV(B)189.2º84.05%63.92%-
XYZ16.7122.2138.06-
YUV109.71158.0768.29-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.85%
GREEN value IS 142 (55.86% from 255) = 42.90%
BLUE value IS 163 (64.06% from 255) = 49.24%
R=7.85%
G=42.90%
B=49.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal261421630.840.1300.36189.272.4937.06
Hex1A8EA354D024bd4825
Octal322162431241504427511045
Binary110101000111010100011101010011010100100101111011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A8EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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