Html Css Color HEX #125758 Blue Stone

📋 copy color: '#125758'

red 18 ◦ green 87 ◦ blue 88

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

Shades of Blue Stone #125758

Tints of Blue Stone #125758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 45.6%

R = 9.33%
G = 45.08%
B = 45.6%

CMYK

 C value IS 0.80

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#125758 (or 0x125758) is known color: Blue Stone. HEX triplet: 12, 57 and 58. RGB value is (18,87,88). Sum of RGB (Red+Green+Blue) = 18+87+88=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 87 (34.38% from 255 or 45.08% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 88 - color contains mainly: blue. Hex color #125758 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125758 is #EDA8A7. Grayscale: #424242. Windows color (decimal): -15575208 or 5789458. OLE color: 5789458.

HSL color Cylindrical-coordinate representation of color #125758: hue angle of 180.86º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125758 is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 87 88 -
CMYK 0.80 0.01 0 0.65
HSL 180.86º 0.66% 0.21% -
HSV(B) 180.86º 0.8% 0.35% -
XYZ 5.42 7.65 10.42 -
YUV 66.48 140.14 93.42 -
System Red Green Blue C M Y K H S L
Decimal 18 87 88 0.80 0.01 0 0.65 180.86 0.66 0.21
Hex 12 57 58 50 1 0 41 B5 42 15
Octal 22 127 130 120 1 0 101 265 102 25
Binary 10010 1010111 1011000 1010000 1 0 1000001 10110101 1000010 10101

Color Harmonies of #125758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125758

Black with #125758

Text Example


Text Example

White with #125758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125758; }

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

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

background-color css

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

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

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

border-color css

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

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

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