Html Css Color HEX #125851 Blue Stone

📋 copy color: '#125851'

red 18 ◦ green 88 ◦ blue 81

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

Shades of Blue Stone #125851

Tints of Blue Stone #125851

RGB

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

 GREEN value IS 88 (34.77% from 255) = 47.06%

 BLUE value IS 81 (32.03% from 255) = 43.32%

R = 9.63%
G = 47.06%
B = 43.32%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#125851 (or 0x125851) is known color: Blue Stone. HEX triplet: 12, 58 and 51. RGB value is (18,88,81). Sum of RGB (Red+Green+Blue) = 18+88+81=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 88 (34.77% from 255 or 47.06% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 88 - color contains mainly: green. Hex color #125851 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125851 is #EDA7AE. Grayscale: #424242. Windows color (decimal): -15574959 or 5330962. OLE color: 5330962.

HSL color Cylindrical-coordinate representation of color #125851: hue angle of 174º 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 #125851 is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 88 81 -
CMYK 0.80 0 0.08 0.65
HSL 174º 0.66% 0.21% -
HSV(B) 174º 0.8% 0.35% -
XYZ 5.22 7.7 9 -
YUV 66.27 136.31 93.57 -
System Red Green Blue C M Y K H S L
Decimal 18 88 81 0.80 0 0.08 0.65 174 0.66 0.21
Hex 12 58 51 50 0 8 41 AE 42 15
Octal 22 130 121 120 0 10 101 256 102 25
Binary 10010 1011000 1010001 1010000 0 1000 1000001 10101110 1000010 10101

Color Harmonies of #125851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125851

Black with #125851

Text Example


Text Example

White with #125851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125851; }

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

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

background-color css

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

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

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

border-color css

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

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

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