#1B94AA

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

Shades of Pelorous #1B94AA

Tints of Pelorous #1B94AA

Color information

#1B94AA (or 0x1B94AA) is unknown color: approx Pelorous. HEX triplet: 1B, 94 and AA. RGB value is (27,148,170). Sum of RGB (Red+Green+Blue) = 27+148+170=345 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.83% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #1B94AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B94AA is #E46B55. Grayscale: #727272. Windows color (decimal): -14969686 or 11179035. OLE color: 11179035.

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

Color convert

RGB27148170-
CMYK0.840.1300.33
HSL189.23º72.59%38.63%-
HSV(B)189.23º84.12%66.67%-
XYZ18.324.3241.76-
YUV114.33159.4165.71-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.83%
GREEN value IS 148 (58.20% from 255) = 42.90%
BLUE value IS 170 (66.80% from 255) = 49.28%
R=7.83%
G=42.90%
B=49.28%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal271481700.840.1300.33189.2372.5938.63
Hex1B94AA54D021bd4927
Octal332242521241504127511147
Binary110111001010010101010101010011010100001101111011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B94AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,148,170); }

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

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

 a { background-color: rgb(27,148,170); }

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

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

 span { border-color: rgb(27,148,170); }

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