Html Css Color HEX #125754 Blue Stone

📋 copy color: '#125754'

red 18 ◦ green 87 ◦ blue 84

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

Shades of Blue Stone #125754

Tints of Blue Stone #125754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 44.44%

R = 9.52%
G = 46.03%
B = 44.44%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#125754 (or 0x125754) is known color: Blue Stone. HEX triplet: 12, 57 and 54. RGB value is (18,87,84). Sum of RGB (Red+Green+Blue) = 18+87+84=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 87 (34.38% from 255 or 46.03% from 189); Blue value is 84 (33.20% from 255 or 44.44% from 189); Max value from RGB is 87 - color contains mainly: green. Hex color #125754 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125754 is #EDA8AB. Grayscale: #414141. Windows color (decimal): -15575212 or 5527314. OLE color: 5527314.

HSL color Cylindrical-coordinate representation of color #125754: hue angle of 177.39º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125754 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 87 84 -
CMYK 0.79 0 0.03 0.66
HSL 177.39º 0.66% 0.21% -
HSV(B) 177.39º 0.79% 0.34% -
XYZ 5.26 7.59 9.57 -
YUV 66.03 138.14 93.74 -
System Red Green Blue C M Y K H S L
Decimal 18 87 84 0.79 0 0.03 0.66 177.39 0.66 0.21
Hex 12 57 54 4F 0 3 42 B1 42 15
Octal 22 127 124 117 0 3 102 261 102 25
Binary 10010 1010111 1010100 1001111 0 11 1000010 10110001 1000010 10101

Color Harmonies of #125754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125754

Black with #125754

Text Example


Text Example

White with #125754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125754; }

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

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

background-color css

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

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

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

border-color css

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

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

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