#1B5D62

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

Shades of Blue Stone #1B5D62

Tints of Blue Stone #1B5D62

Color information

#1B5D62 (or 0x1B5D62) is unknown color: approx Blue Stone. HEX triplet: 1B, 5D and 62. RGB value is (27,93,98). Sum of RGB (Red+Green+Blue) = 27+93+98=218 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.39% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 98 - color contains mainly: blue. Hex color #1B5D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5D62 is #E4A29D. Grayscale: #494949. Windows color (decimal): -14983838 or 6446363. OLE color: 6446363.

HSL color Cylindrical-coordinate representation of color #1B5D62: hue angle of 184.23º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B5D62 is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB279398-
CMYK0.720.0500.62
HSL184.23º56.8%24.51%-
HSV(B)184.23º72.45%38.43%-
XYZ6.578.9412.94-
YUV73.84141.6394.59-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.39%
GREEN value IS 93 (36.72% from 255) = 42.66%
BLUE value IS 98 (38.67% from 255) = 44.95%
R=12.39%
G=42.66%
B=44.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2793980.720.0500.62184.2356.824.51
Hex1B5D6248503Eb83919
Octal3313514211050762707131
Binary1101110111011100010100100010101111101011100011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,93,98); }

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

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

 a { background-color: rgb(27,93,98); }

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

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

 span { border-color: rgb(27,93,98); }

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