Html Css Color HEX #125C5D Blue Stone

📋 copy color: '#125C5D'

red 18 ◦ green 92 ◦ blue 93

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

Shades of Blue Stone #125C5D

Tints of Blue Stone #125C5D

RGB

 RED value IS 18 (7.42% from 255) = 8.87%

 GREEN value IS 92 (36.33% from 255) = 45.32%

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

R = 8.87%
G = 45.32%
B = 45.81%

CMYK

 C value IS 0.81

 M value IS 0.01

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#125C5D (or 0x125C5D) is known color: Blue Stone. HEX triplet: 12, 5C and 5D. RGB value is (18,92,93). Sum of RGB (Red+Green+Blue) = 18+92+93=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #125C5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125C5D is #EDA3A2. Grayscale: #454545. Windows color (decimal): -15573923 or 6118418. OLE color: 6118418.

HSL color Cylindrical-coordinate representation of color #125C5D: hue angle of 180.8º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125C5D is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 92 93 -
CMYK 0.81 0.01 0 0.64
HSL 180.8º 0.68% 0.22% -
HSV(B) 180.8º 0.81% 0.36% -
XYZ 6.05 8.57 11.69 -
YUV 69.99 140.98 90.92 -
System Red Green Blue C M Y K H S L
Decimal 18 92 93 0.81 0.01 0 0.64 180.8 0.68 0.22
Hex 12 5C 5D 51 1 0 40 B5 44 16
Octal 22 134 135 121 1 0 100 265 104 26
Binary 10010 1011100 1011101 1010001 1 0 1000000 10110101 1000100 10110

Color Harmonies of #125C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125C5D

Black with #125C5D

Text Example


Text Example

White with #125C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125C5D; }

 p { color: rgb(18,92,93); }

 H1.HeaderClassName
 {
   color: #125C5D;
 }
 .AnyTagClassName
 {
   color: #125C5D;
 }
</style>

background-color css

<style>
 a { background-color: #125C5D; }

 a { background-color: rgb(18,92,93); }

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

border-color css

<style>
 span { border-color: #125C5D; }

 span { border-color: rgb(18,92,93); }

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