Html Css Color HEX #125761 Blue Stone

📋 copy color: '#125761'

red 18 ◦ green 87 ◦ blue 97

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

Shades of Blue Stone #125761

Tints of Blue Stone #125761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 48.02%

R = 8.91%
G = 43.07%
B = 48.02%

CMYK

 C value IS 0.81

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#125761 (or 0x125761) is known color: Blue Stone. HEX triplet: 12, 57 and 61. RGB value is (18,87,97). Sum of RGB (Red+Green+Blue) = 18+87+97=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 87 (34.38% from 255 or 43.07% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #125761 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125761 is #EDA89E. Grayscale: #434343. Windows color (decimal): -15575199 or 6379282. OLE color: 6379282.

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

Color convert

RGB 18 87 97 -
CMYK 0.81 0.10 0 0.62
HSL 187.59º 0.69% 0.23% -
HSV(B) 187.59º 0.81% 0.38% -
XYZ 5.82 7.81 12.51 -
YUV 67.51 144.64 92.69 -
System Red Green Blue C M Y K H S L
Decimal 18 87 97 0.81 0.10 0 0.62 187.59 0.69 0.23
Hex 12 57 61 51 A 0 3E BC 45 17
Octal 22 127 141 121 12 0 76 274 105 27
Binary 10010 1010111 1100001 1010001 1010 0 111110 10111100 1000101 10111

Color Harmonies of #125761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125761

Black with #125761

Text Example


Text Example

White with #125761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125761; }

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

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

background-color css

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

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

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

border-color css

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

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

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