#1B625A

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

Shades of Blue Stone #1B625A

Tints of Blue Stone #1B625A

Color information

#1B625A (or 0x1B625A) is unknown color: approx Blue Stone. HEX triplet: 1B, 62 and 5A. RGB value is (27,98,90). Sum of RGB (Red+Green+Blue) = 27+98+90=215 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.56% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 98 - color contains mainly: green. Hex color #1B625A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B625A is #E49DA5. Grayscale: #4B4B4B. Windows color (decimal): -14982566 or 5923355. OLE color: 5923355.

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

Color convert

RGB279890-
CMYK0.7200.080.62
HSL173.24º56.8%24.51%-
HSV(B)173.24º72.45%38.43%-
XYZ6.679.7111.2-
YUV75.86135.9893.15-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.56%
GREEN value IS 98 (38.67% from 255) = 45.58%
BLUE value IS 90 (35.55% from 255) = 41.86%
R=12.56%
G=45.58%
B=41.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2798900.7200.080.62173.2456.824.51
Hex1B625A48083Ead3919
Octal33142132110010762557131
Binary11011110001010110101001000010001111101010110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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