Html Css Color HEX #125F65 Blue Stone

📋 copy color: '#125F65'

red 18 ◦ green 95 ◦ blue 101

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

Shades of Blue Stone #125F65

Tints of Blue Stone #125F65

RGB

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

 GREEN value IS 95 (37.5% from 255) = 44.39%

 BLUE value IS 101 (39.84% from 255) = 47.2%

R = 8.41%
G = 44.39%
B = 47.2%

CMYK

 C value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#125F65 (or 0x125F65) is known color: Blue Stone. HEX triplet: 12, 5F and 65. RGB value is (18,95,101). Sum of RGB (Red+Green+Blue) = 18+95+101=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 95 (37.5% from 255 or 44.39% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 101 - color contains mainly: blue. Hex color #125F65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125F65 is #EDA09A. Grayscale: #484848. Windows color (decimal): -15573147 or 6643474. OLE color: 6643474.

HSL color Cylindrical-coordinate representation of color #125F65: hue angle of 184.34º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #125F65 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 95 101 -
CMYK 0.82 0.06 0 0.60
HSL 184.34º 0.7% 0.23% -
HSV(B) 184.34º 0.82% 0.4% -
XYZ 6.69 9.25 13.75 -
YUV 72.66 143.99 89.01 -
System Red Green Blue C M Y K H S L
Decimal 18 95 101 0.82 0.06 0 0.60 184.34 0.7 0.23
Hex 12 5F 65 52 6 0 3C B8 46 17
Octal 22 137 145 122 6 0 74 270 106 27
Binary 10010 1011111 1100101 1010010 110 0 111100 10111000 1000110 10111

Color Harmonies of #125F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125F65

Black with #125F65

Text Example


Text Example

White with #125F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125F65; }

 p { color: rgb(18,95,101); }

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

background-color css

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

 a { background-color: rgb(18,95,101); }

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

border-color css

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

 span { border-color: rgb(18,95,101); }

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