Html Css Color HEX #1C625D Blue Stone

📋 copy color: '#1C625D'

red 28 ◦ green 98 ◦ blue 93

#1C625D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #1C625D

Tints of Blue Stone #1C625D

RGB

 RED value IS 28 (11.33% from 255) = 12.79%

 GREEN value IS 98 (38.67% from 255) = 44.75%

 BLUE value IS 93 (36.72% from 255) = 42.47%

R = 12.79%
G = 44.75%
B = 42.47%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#1C625D (or 0x1C625D) is known color: Blue Stone. HEX triplet: 1C, 62 and 5D. RGB value is (28,98,93). Sum of RGB (Red+Green+Blue) = 28+98+93=219 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.79% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 98 - color contains mainly: green. Hex color #1C625D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C625D is #E39DA2. Grayscale: #4C4C4C. Windows color (decimal): -14917027 or 6119964. OLE color: 6119964.

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

Color convert

RGB 28 98 93 -
CMYK 0.71 0 0.05 0.62
HSL 175.71º 0.56% 0.25% -
HSV(B) 175.71º 0.71% 0.38% -
XYZ 6.82 9.77 11.88 -
YUV 76.5 137.31 93.41 -
System Red Green Blue C M Y K H S L
Decimal 28 98 93 0.71 0 0.05 0.62 175.71 0.56 0.25
Hex 1C 62 5D 47 0 5 3E B0 38 19
Octal 34 142 135 107 0 5 76 260 70 31
Binary 11100 1100010 1011101 1000111 0 101 111110 10110000 111000 11001

Color Harmonies of #1C625D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C625D

Black with #1C625D

Text Example


Text Example

White with #1C625D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C625D;
 }
 .AnyTagClassName
 {
   color: #1C625D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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