Html Css Color HEX #125653 Blue Stone

📋 copy color: '#125653'

red 18 ◦ green 86 ◦ blue 83

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

Shades of Blue Stone #125653

Tints of Blue Stone #125653

RGB

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

 GREEN value IS 86 (33.98% from 255) = 45.99%

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

R = 9.63%
G = 45.99%
B = 44.39%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#125653 (or 0x125653) is known color: Blue Stone. HEX triplet: 12, 56 and 53. RGB value is (18,86,83). Sum of RGB (Red+Green+Blue) = 18+86+83=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 86 (33.98% from 255 or 45.99% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 86 - color contains mainly: green. Hex color #125653 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125653 is #EDA9AC. Grayscale: #414141. Windows color (decimal): -15575469 or 5461522. OLE color: 5461522.

HSL color Cylindrical-coordinate representation of color #125653: hue angle of 177.35º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125653 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 86 83 -
CMYK 0.79 0 0.03 0.66
HSL 177.35º 0.65% 0.2% -
HSV(B) 177.35º 0.79% 0.34% -
XYZ 5.14 7.41 9.34 -
YUV 65.33 137.97 94.24 -
System Red Green Blue C M Y K H S L
Decimal 18 86 83 0.79 0 0.03 0.66 177.35 0.65 0.2
Hex 12 56 53 4F 0 3 42 B1 41 14
Octal 22 126 123 117 0 3 102 261 101 24
Binary 10010 1010110 1010011 1001111 0 11 1000010 10110001 1000001 10100

Color Harmonies of #125653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125653

Black with #125653

Text Example


Text Example

White with #125653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125653; }

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

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

background-color css

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

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

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

border-color css

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

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

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