Html Css Color HEX #125953 Blue Stone

📋 copy color: '#125953'

red 18 ◦ green 89 ◦ blue 83

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

Shades of Blue Stone #125953

Tints of Blue Stone #125953

RGB

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

 GREEN value IS 89 (35.16% from 255) = 46.84%

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

R = 9.47%
G = 46.84%
B = 43.68%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#125953 (or 0x125953) is known color: Blue Stone. HEX triplet: 12, 59 and 53. RGB value is (18,89,83). Sum of RGB (Red+Green+Blue) = 18+89+83=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 89 (35.16% from 255 or 46.84% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 89 - color contains mainly: green. Hex color #125953 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125953 is #EDA6AC. Grayscale: #434343. Windows color (decimal): -15574701 or 5462290. OLE color: 5462290.

HSL color Cylindrical-coordinate representation of color #125953: hue angle of 174.93º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125953 is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 89 83 -
CMYK 0.80 0 0.07 0.65
HSL 174.93º 0.66% 0.21% -
HSV(B) 174.93º 0.8% 0.35% -
XYZ 5.38 7.9 9.42 -
YUV 67.09 136.98 92.99 -
System Red Green Blue C M Y K H S L
Decimal 18 89 83 0.80 0 0.07 0.65 174.93 0.66 0.21
Hex 12 59 53 50 0 7 41 AF 42 15
Octal 22 131 123 120 0 7 101 257 102 25
Binary 10010 1011001 1010011 1010000 0 111 1000001 10101111 1000010 10101

Color Harmonies of #125953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125953

Black with #125953

Text Example


Text Example

White with #125953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125953; }

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

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

background-color css

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

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

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

border-color css

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

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

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