Html Css Color HEX #125855 Blue Stone

📋 copy color: '#125855'

red 18 ◦ green 88 ◦ blue 85

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

Shades of Blue Stone #125855

Tints of Blue Stone #125855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 44.5%

R = 9.42%
G = 46.07%
B = 44.5%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#125855 (or 0x125855) is known color: Blue Stone. HEX triplet: 12, 58 and 55. RGB value is (18,88,85). Sum of RGB (Red+Green+Blue) = 18+88+85=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 88 (34.77% from 255 or 46.07% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 88 - color contains mainly: green. Hex color #125855 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125855 is #EDA7AA. Grayscale: #424242. Windows color (decimal): -15574955 or 5593106. OLE color: 5593106.

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

Color convert

RGB 18 88 85 -
CMYK 0.80 0 0.03 0.65
HSL 177.43º 0.66% 0.21% -
HSV(B) 177.43º 0.8% 0.35% -
XYZ 5.38 7.76 9.81 -
YUV 66.73 138.31 93.24 -
System Red Green Blue C M Y K H S L
Decimal 18 88 85 0.80 0 0.03 0.65 177.43 0.66 0.21
Hex 12 58 55 50 0 3 41 B1 42 15
Octal 22 130 125 120 0 3 101 261 102 25
Binary 10010 1011000 1010101 1010000 0 11 1000001 10110001 1000010 10101

Color Harmonies of #125855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125855

Black with #125855

Text Example


Text Example

White with #125855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125855; }

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

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

background-color css

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

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

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

border-color css

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

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

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