Html Css Color HEX #125765 Blue Stone

📋 copy color: '#125765'

red 18 ◦ green 87 ◦ blue 101

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

Shades of Blue Stone #125765

Tints of Blue Stone #125765

RGB

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

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

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

R = 8.74%
G = 42.23%
B = 49.03%

CMYK

 C value IS 0.82

 M value IS 0.14

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#125765 (or 0x125765) is known color: Blue Stone. HEX triplet: 12, 57 and 65. RGB value is (18,87,101). Sum of RGB (Red+Green+Blue) = 18+87+101=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #125765 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125765 is #EDA89A. Grayscale: #434343. Windows color (decimal): -15575195 or 6641426. OLE color: 6641426.

HSL color Cylindrical-coordinate representation of color #125765: hue angle of 190.12º 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 #125765 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 87 101 -
CMYK 0.82 0.14 0 0.60
HSL 190.12º 0.7% 0.23% -
HSV(B) 190.12º 0.82% 0.4% -
XYZ 6.01 7.88 13.52 -
YUV 67.97 146.64 92.36 -
System Red Green Blue C M Y K H S L
Decimal 18 87 101 0.82 0.14 0 0.60 190.12 0.7 0.23
Hex 12 57 65 52 E 0 3C BE 46 17
Octal 22 127 145 122 16 0 74 276 106 27
Binary 10010 1010111 1100101 1010010 1110 0 111100 10111110 1000110 10111

Color Harmonies of #125765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125765

Black with #125765

Text Example


Text Example

White with #125765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125765; }

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

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

background-color css

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

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

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

border-color css

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

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

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