#1B635D

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

Shades of Blue Stone #1B635D

Tints of Blue Stone #1B635D

Color information

#1B635D (or 0x1B635D) is unknown color: approx Blue Stone. HEX triplet: 1B, 63 and 5D. RGB value is (27,99,93). Sum of RGB (Red+Green+Blue) = 27+99+93=219 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.33% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 99 - color contains mainly: green. Hex color #1B635D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B635D is #E49CA2. Grayscale: #4C4C4C. Windows color (decimal): -14982307 or 6120219. OLE color: 6120219.

HSL color Cylindrical-coordinate representation of color #1B635D: hue angle of 175º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B635D is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB279993-
CMYK0.7300.060.61
HSL175º57.14%24.71%-
HSV(B)175º72.73%38.82%-
XYZ6.899.9511.91-
YUV76.79137.1592.49-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.33%
GREEN value IS 99 (39.06% from 255) = 45.21%
BLUE value IS 93 (36.72% from 255) = 42.47%
R=12.33%
G=45.21%
B=42.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2799930.7300.060.6117557.1424.71
Hex1B635D49063Daf3919
Octal3314313511106752577131
Binary1101111000111011101100100101101111011010111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B635D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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