Html Css Color HEX #125860 Blue Stone

📋 copy color: '#125860'

red 18 ◦ green 88 ◦ blue 96

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

Shades of Blue Stone #125860

Tints of Blue Stone #125860

RGB

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

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

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

R = 8.91%
G = 43.56%
B = 47.52%

CMYK

 C value IS 0.81

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#125860 (or 0x125860) is known color: Blue Stone. HEX triplet: 12, 58 and 60. RGB value is (18,88,96). Sum of RGB (Red+Green+Blue) = 18+88+96=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #125860 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125860 is #EDA79F. Grayscale: #434343. Windows color (decimal): -15574944 or 6314002. OLE color: 6314002.

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

Color convert

RGB 18 88 96 -
CMYK 0.81 0.08 0 0.62
HSL 186.15º 0.68% 0.22% -
HSV(B) 186.15º 0.81% 0.38% -
XYZ 5.85 7.95 12.29 -
YUV 67.98 143.81 92.35 -
System Red Green Blue C M Y K H S L
Decimal 18 88 96 0.81 0.08 0 0.62 186.15 0.68 0.22
Hex 12 58 60 51 8 0 3E BA 44 16
Octal 22 130 140 121 10 0 76 272 104 26
Binary 10010 1011000 1100000 1010001 1000 0 111110 10111010 1000100 10110

Color Harmonies of #125860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125860

Black with #125860

Text Example


Text Example

White with #125860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125860; }

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

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

background-color css

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

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

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

border-color css

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

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

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