Html Css Color HEX #125C5F Blue Stone

📋 copy color: '#125C5F'

red 18 ◦ green 92 ◦ blue 95

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

Shades of Blue Stone #125C5F

Tints of Blue Stone #125C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 46.34%

R = 8.78%
G = 44.88%
B = 46.34%

CMYK

 C value IS 0.81

 M value IS 0.03

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#125C5F (or 0x125C5F) is known color: Blue Stone. HEX triplet: 12, 5C and 5F. RGB value is (18,92,95). Sum of RGB (Red+Green+Blue) = 18+92+95=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 95 - color contains mainly: blue. Hex color #125C5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125C5F is #EDA3A0. Grayscale: #464646. Windows color (decimal): -15573921 or 6249490. OLE color: 6249490.

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

Color convert

RGB 18 92 95 -
CMYK 0.81 0.03 0 0.63
HSL 182.34º 0.68% 0.22% -
HSV(B) 182.34º 0.81% 0.37% -
XYZ 6.14 8.61 12.16 -
YUV 70.22 141.98 90.76 -
System Red Green Blue C M Y K H S L
Decimal 18 92 95 0.81 0.03 0 0.63 182.34 0.68 0.22
Hex 12 5C 5F 51 3 0 3F B6 44 16
Octal 22 134 137 121 3 0 77 266 104 26
Binary 10010 1011100 1011111 1010001 11 0 111111 10110110 1000100 10110

Color Harmonies of #125C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125C5F

Black with #125C5F

Text Example


Text Example

White with #125C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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