Html Css Color HEX #125962 Blue Stone

📋 copy color: '#125962'

red 18 ◦ green 89 ◦ blue 98

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

Shades of Blue Stone #125962

Tints of Blue Stone #125962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 47.8%

R = 8.78%
G = 43.41%
B = 47.8%

CMYK

 C value IS 0.82

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#125962 (or 0x125962) is known color: Blue Stone. HEX triplet: 12, 59 and 62. RGB value is (18,89,98). Sum of RGB (Red+Green+Blue) = 18+89+98=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 98 (38.67% from 255 or 47.80% from 205); Max value from RGB is 98 - color contains mainly: blue. Hex color #125962 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125962 is #EDA69D. Grayscale: #444444. Windows color (decimal): -15574686 or 6445330. OLE color: 6445330.

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

Color convert

RGB 18 89 98 -
CMYK 0.82 0.09 0 0.62
HSL 186.75º 0.69% 0.23% -
HSV(B) 186.75º 0.82% 0.38% -
XYZ 6.03 8.16 12.81 -
YUV 68.8 144.48 91.77 -
System Red Green Blue C M Y K H S L
Decimal 18 89 98 0.82 0.09 0 0.62 186.75 0.69 0.23
Hex 12 59 62 52 9 0 3E BB 45 17
Octal 22 131 142 122 11 0 76 273 105 27
Binary 10010 1011001 1100010 1010010 1001 0 111110 10111011 1000101 10111

Color Harmonies of #125962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125962

Black with #125962

Text Example


Text Example

White with #125962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125962; }

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

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

background-color css

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

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

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

border-color css

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

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

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