Html Css Color HEX #125966 Blue Stone

📋 copy color: '#125966'

red 18 ◦ green 89 ◦ blue 102

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

Shades of Blue Stone #125966

Tints of Blue Stone #125966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 48.8%

R = 8.61%
G = 42.58%
B = 48.8%

CMYK

 C value IS 0.82

 M value IS 0.13

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#125966 (or 0x125966) is known color: Blue Stone. HEX triplet: 12, 59 and 66. RGB value is (18,89,102). Sum of RGB (Red+Green+Blue) = 18+89+102=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #125966 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125966 is #EDA699. Grayscale: #454545. Windows color (decimal): -15574682 or 6707474. OLE color: 6707474.

HSL color Cylindrical-coordinate representation of color #125966: hue angle of 189.29º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #125966 is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 18 89 102 -
CMYK 0.82 0.13 0 0.6
HSL 189.29º 0.7% 0.24% -
HSV(B) 189.29º 0.82% 0.4% -
XYZ 6.22 8.23 13.83 -
YUV 69.25 146.48 91.44 -
System Red Green Blue C M Y K H S L
Decimal 18 89 102 0.82 0.13 0 0.6 189.29 0.7 0.24
Hex 12 59 66 52 D 0 3C BD 46 18
Octal 22 131 146 122 15 0 74 275 106 30
Binary 10010 1011001 1100110 1010010 1101 0 111100 10111101 1000110 11000

Color Harmonies of #125966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125966

Black with #125966

Text Example


Text Example

White with #125966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125966; }

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

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

background-color css

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

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

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

border-color css

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

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

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