Html Css Color HEX #125B53 Blue Stone

📋 copy color: '#125B53'

red 18 ◦ green 91 ◦ blue 83

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

Shades of Blue Stone #125B53

Tints of Blue Stone #125B53

RGB

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

 GREEN value IS 91 (35.94% from 255) = 47.4%

 BLUE value IS 83 (32.81% from 255) = 43.23%

R = 9.38%
G = 47.4%
B = 43.23%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.09

 K value IS 0.64

RGB Variations

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

Color information

#125B53 (or 0x125B53) is known color: Blue Stone. HEX triplet: 12, 5B and 53. RGB value is (18,91,83). Sum of RGB (Red+Green+Blue) = 18+91+83=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 91 (35.94% from 255 or 47.40% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 91 - color contains mainly: green. Hex color #125B53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125B53 is #EDA4AC. Grayscale: #444444. Windows color (decimal): -15574189 or 5462802. OLE color: 5462802.

HSL color Cylindrical-coordinate representation of color #125B53: hue angle of 173.42º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125B53 is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 91 83 -
CMYK 0.80 0 0.09 0.64
HSL 173.42º 0.67% 0.21% -
HSV(B) 173.42º 0.8% 0.36% -
XYZ 5.55 8.24 9.48 -
YUV 68.26 136.32 92.15 -
System Red Green Blue C M Y K H S L
Decimal 18 91 83 0.80 0 0.09 0.64 173.42 0.67 0.21
Hex 12 5B 53 50 0 9 40 AD 43 15
Octal 22 133 123 120 0 11 100 255 103 25
Binary 10010 1011011 1010011 1010000 0 1001 1000000 10101101 1000011 10101

Color Harmonies of #125B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125B53

Black with #125B53

Text Example


Text Example

White with #125B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,91,83); }

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

background-color css

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

 a { background-color: rgb(18,91,83); }

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

border-color css

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

 span { border-color: rgb(18,91,83); }

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