Html Css Color HEX #125560 Blue Stone

📋 copy color: '#125560'

red 18 ◦ green 85 ◦ blue 96

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

Shades of Blue Stone #125560

Tints of Blue Stone #125560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.71%

 BLUE value IS 96 (37.89% from 255) = 48.24%

R = 9.05%
G = 42.71%
B = 48.24%

CMYK

 C value IS 0.81

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#125560 (or 0x125560) is known color: Blue Stone. HEX triplet: 12, 55 and 60. RGB value is (18,85,96). Sum of RGB (Red+Green+Blue) = 18+85+96=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #125560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125560 is #EDAA9F. Grayscale: #424242. Windows color (decimal): -15575712 or 6313234. OLE color: 6313234.

HSL color Cylindrical-coordinate representation of color #125560: hue angle of 188.46º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125560 is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 85 96 -
CMYK 0.81 0.11 0 0.62
HSL 188.46º 0.68% 0.22% -
HSV(B) 188.46º 0.81% 0.38% -
XYZ 5.61 7.47 12.21 -
YUV 66.22 144.8 93.61 -
System Red Green Blue C M Y K H S L
Decimal 18 85 96 0.81 0.11 0 0.62 188.46 0.68 0.22
Hex 12 55 60 51 B 0 3E BC 44 16
Octal 22 125 140 121 13 0 76 274 104 26
Binary 10010 1010101 1100000 1010001 1011 0 111110 10111100 1000100 10110

Color Harmonies of #125560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125560

Black with #125560

Text Example


Text Example

White with #125560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125560; }

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

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

background-color css

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

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

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

border-color css

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

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

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