#1B625F

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

Shades of Blue Stone #1B625F

Tints of Blue Stone #1B625F

Color information

#1B625F (or 0x1B625F) is unknown color: approx Blue Stone. HEX triplet: 1B, 62 and 5F. RGB value is (27,98,95). Sum of RGB (Red+Green+Blue) = 27+98+95=220 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.27% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 98 - color contains mainly: green. Hex color #1B625F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B625F is #E49DA0. Grayscale: #4C4C4C. Windows color (decimal): -14982561 or 6251035. OLE color: 6251035.

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

Color convert

RGB279895-
CMYK0.7200.030.62
HSL177.46º56.8%24.51%-
HSV(B)177.46º72.45%38.43%-
XYZ6.899.7912.35-
YUV76.43138.4892.74-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.27%
GREEN value IS 98 (38.67% from 255) = 44.55%
BLUE value IS 95 (37.5% from 255) = 43.18%
R=12.27%
G=44.55%
B=43.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2798950.7200.030.62177.4656.824.51
Hex1B625F48033Eb13919
Octal3314213711003762617131
Binary110111100010101111110010000111111101011000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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