Html Css Color HEX #125760 Blue Stone

📋 copy color: '#125760'

red 18 ◦ green 87 ◦ blue 96

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

Shades of Blue Stone #125760

Tints of Blue Stone #125760

RGB

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

 GREEN value IS 87 (34.38% from 255) = 43.28%

 BLUE value IS 96 (37.89% from 255) = 47.76%

R = 8.96%
G = 43.28%
B = 47.76%

CMYK

 C value IS 0.81

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#125760 (or 0x125760) is known color: Blue Stone. HEX triplet: 12, 57 and 60. RGB value is (18,87,96). Sum of RGB (Red+Green+Blue) = 18+87+96=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #125760 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125760 is #EDA89F. Grayscale: #434343. Windows color (decimal): -15575200 or 6313746. OLE color: 6313746.

HSL color Cylindrical-coordinate representation of color #125760: hue angle of 186.92º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125760 is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 87 96 -
CMYK 0.81 0.09 0 0.62
HSL 186.92º 0.68% 0.22% -
HSV(B) 186.92º 0.81% 0.38% -
XYZ 5.77 7.79 12.27 -
YUV 67.4 144.14 92.77 -
System Red Green Blue C M Y K H S L
Decimal 18 87 96 0.81 0.09 0 0.62 186.92 0.68 0.22
Hex 12 57 60 51 9 0 3E BB 44 16
Octal 22 127 140 121 11 0 76 273 104 26
Binary 10010 1010111 1100000 1010001 1001 0 111110 10111011 1000100 10110

Color Harmonies of #125760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125760

Black with #125760

Text Example


Text Example

White with #125760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125760; }

 p { color: rgb(18,87,96); }

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

background-color css

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

 a { background-color: rgb(18,87,96); }

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

border-color css

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

 span { border-color: rgb(18,87,96); }

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