#1B84AC

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

Shades of Pelorous #1B84AC

Tints of Pelorous #1B84AC

Color information

#1B84AC (or 0x1B84AC) is unknown color: approx Pelorous. HEX triplet: 1B, 84 and AC. RGB value is (27,132,172). Sum of RGB (Red+Green+Blue) = 27+132+172=331 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.16% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B84AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B84AC is #E47B53. Grayscale: #686868. Windows color (decimal): -14973780 or 11306011. OLE color: 11306011.

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

Color convert

RGB27132172-
CMYK0.840.2300.33
HSL196.55º72.86%39.02%-
HSV(B)196.55º84.3%67.45%-
XYZ16.1519.7141.98-
YUV105.16165.7172.25-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.16%
GREEN value IS 132 (51.95% from 255) = 39.88%
BLUE value IS 172 (67.58% from 255) = 51.96%
R=8.16%
G=39.88%
B=51.96%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal271321720.840.2300.33196.5572.8639.02
Hex1B84AC5417021c54927
Octal332042541242704130511147
Binary1101110000100101011001010100101110100001110001011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B84AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,132,172); }

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

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

 a { background-color: rgb(27,132,172); }

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

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

 span { border-color: rgb(27,132,172); }

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