Html Css Color HEX #125356 Blue Stone

📋 copy color: '#125356'

red 18 ◦ green 83 ◦ blue 86

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

Shades of Blue Stone #125356

Tints of Blue Stone #125356

RGB

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

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

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

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

CMYK

 C value IS 0.79

 M value IS 0.03

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #125356: hue angle of 182.65º 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 #125356 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 83 86 -
CMYK 0.79 0.03 0 0.66
HSL 182.65º 0.65% 0.2% -
HSV(B) 182.65º 0.79% 0.34% -
XYZ 5.02 6.99 9.89 -
YUV 63.91 140.47 95.26 -
System Red Green Blue C M Y K H S L
Decimal 18 83 86 0.79 0.03 0 0.66 182.65 0.65 0.2
Hex 12 53 56 4F 3 0 42 B7 41 14
Octal 22 123 126 117 3 0 102 267 101 24
Binary 10010 1010011 1010110 1001111 11 0 1000010 10110111 1000001 10100

Color Harmonies of #125356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125356

Black with #125356

Text Example


Text Example

White with #125356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125356; }

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

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

background-color css

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

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

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

border-color css

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

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

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