#1B555A

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

Shades of Blue Stone #1B555A

Tints of Blue Stone #1B555A

Color information

#1B555A (or 0x1B555A) is unknown color: approx Blue Stone. HEX triplet: 1B, 55 and 5A. RGB value is (27,85,90). Sum of RGB (Red+Green+Blue) = 27+85+90=202 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.37% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 90 - color contains mainly: blue. Hex color #1B555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B555A is #E4AAA5. Grayscale: #444444. Windows color (decimal): -14985894 or 5920027. OLE color: 5920027.

HSL color Cylindrical-coordinate representation of color #1B555A: hue angle of 184.76º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B555A is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB278590-
CMYK0.700.0600.65
HSL184.76º53.85%22.94%-
HSV(B)184.76º70%35.29%-
XYZ5.557.4710.82-
YUV68.23140.2898.59-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.37%
GREEN value IS 85 (33.59% from 255) = 42.08%
BLUE value IS 90 (35.55% from 255) = 44.55%
R=13.37%
G=42.08%
B=44.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2785900.700.0600.65184.7653.8522.94
Hex1B555A466041b93617
Octal33125132106601012716627
Binary11011101010110110101000110110010000011011100111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,85,90); }

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

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

 a { background-color: rgb(27,85,90); }

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

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

 span { border-color: rgb(27,85,90); }

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