Html Css Color HEX #125359 Blue Stone

📋 copy color: '#125359'

red 18 ◦ green 83 ◦ blue 89

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

Shades of Blue Stone #125359

Tints of Blue Stone #125359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.68%

 BLUE value IS 89 (35.16% from 255) = 46.84%

R = 9.47%
G = 43.68%
B = 46.84%

CMYK

 C value IS 0.80

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#125359 (or 0x125359) is known color: Blue Stone. HEX triplet: 12, 53 and 59. RGB value is (18,83,89). Sum of RGB (Red+Green+Blue) = 18+83+89=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #125359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125359 is #EDACA6. Grayscale: #404040. Windows color (decimal): -15576231 or 5853970. OLE color: 5853970.

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

Color convert

RGB 18 83 89 -
CMYK 0.80 0.07 0 0.65
HSL 185.07º 0.66% 0.21% -
HSV(B) 185.07º 0.8% 0.35% -
XYZ 5.15 7.04 10.54 -
YUV 64.25 141.97 95.01 -
System Red Green Blue C M Y K H S L
Decimal 18 83 89 0.80 0.07 0 0.65 185.07 0.66 0.21
Hex 12 53 59 50 7 0 41 B9 42 15
Octal 22 123 131 120 7 0 101 271 102 25
Binary 10010 1010011 1011001 1010000 111 0 1000001 10111001 1000010 10101

Color Harmonies of #125359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125359

Black with #125359

Text Example


Text Example

White with #125359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125359; }

 p { color: rgb(18,83,89); }

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

background-color css

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

 a { background-color: rgb(18,83,89); }

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

border-color css

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

 span { border-color: rgb(18,83,89); }

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