Html Css Color HEX #125A5F Blue Stone

📋 copy color: '#125A5F'

red 18 ◦ green 90 ◦ blue 95

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

Shades of Blue Stone #125A5F

Tints of Blue Stone #125A5F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 44.33%

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

R = 8.87%
G = 44.33%
B = 46.8%

CMYK

 C value IS 0.81

 M value IS 0.05

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#125A5F (or 0x125A5F) is known color: Blue Stone. HEX triplet: 12, 5A and 5F. RGB value is (18,90,95). Sum of RGB (Red+Green+Blue) = 18+90+95=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 95 (37.5% from 255 or 46.80% from 203); Max value from RGB is 95 - color contains mainly: blue. Hex color #125A5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125A5F is #EDA5A0. Grayscale: #444444. Windows color (decimal): -15574433 or 6248978. OLE color: 6248978.

HSL color Cylindrical-coordinate representation of color #125A5F: hue angle of 183.9º 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 #125A5F is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 18 90 95 -
CMYK 0.81 0.05 0 0.63
HSL 183.9º 0.68% 0.22% -
HSV(B) 183.9º 0.81% 0.37% -
XYZ 5.97 8.27 12.11 -
YUV 69.04 142.65 91.59 -
System Red Green Blue C M Y K H S L
Decimal 18 90 95 0.81 0.05 0 0.63 183.9 0.68 0.22
Hex 12 5A 5F 51 5 0 3F B8 44 16
Octal 22 132 137 121 5 0 77 270 104 26
Binary 10010 1011010 1011111 1010001 101 0 111111 10111000 1000100 10110

Color Harmonies of #125A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A5F

Black with #125A5F

Text Example


Text Example

White with #125A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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