#1B625D

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

Shades of Blue Stone #1B625D

Tints of Blue Stone #1B625D

Color information

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

HSL color Cylindrical-coordinate representation of color #1B625D: hue angle of 175.77º 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 #1B625D is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB279893-
CMYK0.7200.050.62
HSL175.77º56.8%24.51%-
HSV(B)175.77º72.45%38.43%-
XYZ6.89.7611.88-
YUV76.2137.4892.91-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2798930.7200.050.62175.7756.824.51
Hex1B625D48053Eb03919
Octal3314213511005762607131
Binary1101111000101011101100100001011111101011000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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