Html Css Color HEX #125764 Blue Stone

📋 copy color: '#125764'

red 18 ◦ green 87 ◦ blue 100

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

Shades of Blue Stone #125764

Tints of Blue Stone #125764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 48.78%

R = 8.78%
G = 42.44%
B = 48.78%

CMYK

 C value IS 0.82

 M value IS 0.13

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#125764 (or 0x125764) is known color: Blue Stone. HEX triplet: 12, 57 and 64. RGB value is (18,87,100). Sum of RGB (Red+Green+Blue) = 18+87+100=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 100 (39.45% from 255 or 48.78% from 205); Max value from RGB is 100 - color contains mainly: blue. Hex color #125764 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125764 is #EDA89B. Grayscale: #434343. Windows color (decimal): -15575196 or 6575890. OLE color: 6575890.

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

Color convert

RGB 18 87 100 -
CMYK 0.82 0.13 0 0.61
HSL 189.51º 0.69% 0.23% -
HSV(B) 189.51º 0.82% 0.39% -
XYZ 5.96 7.87 13.26 -
YUV 67.85 146.14 92.44 -
System Red Green Blue C M Y K H S L
Decimal 18 87 100 0.82 0.13 0 0.61 189.51 0.69 0.23
Hex 12 57 64 52 D 0 3D BE 45 17
Octal 22 127 144 122 15 0 75 276 105 27
Binary 10010 1010111 1100100 1010010 1101 0 111101 10111110 1000101 10111

Color Harmonies of #125764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125764

Black with #125764

Text Example


Text Example

White with #125764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125764; }

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

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

background-color css

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

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

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

border-color css

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

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

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