#1A83AC

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

Shades of Pelorous #1A83AC

Tints of Pelorous #1A83AC

Color information

#1A83AC (or 0x1A83AC) is unknown color: approx Pelorous. HEX triplet: 1A, 83 and AC. RGB value is (26,131,172). Sum of RGB (Red+Green+Blue) = 26+131+172=329 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.90% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A83AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A83AC is #E57C53. Grayscale: #686868. Windows color (decimal): -15039572 or 11305754. OLE color: 11305754.

HSL color Cylindrical-coordinate representation of color #1A83AC: hue angle of 196.85º 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 #1A83AC is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB26131172-
CMYK0.850.2400.33
HSL196.85º73.74%38.82%-
HSV(B)196.85º84.88%67.45%-
XYZ15.9919.4341.94-
YUV104.28166.2172.17-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.90%
GREEN value IS 131 (51.56% from 255) = 39.82%
BLUE value IS 172 (67.58% from 255) = 52.28%
R=7.90%
G=39.82%
B=52.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal261311720.850.2400.33196.8573.7438.82
Hex1A83AC5518021c54a27
Octal322032541253004130511247
Binary1101010000011101011001010101110000100001110001011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A83AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,131,172); }

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

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

 a { background-color: rgb(26,131,172); }

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

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

 span { border-color: rgb(26,131,172); }

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