Html Css Color HEX #12594F Blue Stone

📋 copy color: '#12594F'

red 18 ◦ green 89 ◦ blue 79

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

Shades of Blue Stone #12594F

Tints of Blue Stone #12594F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 47.85%

 BLUE value IS 79 (31.25% from 255) = 42.47%

R = 9.68%
G = 47.85%
B = 42.47%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#12594F (or 0x12594F) is known color: Blue Stone. HEX triplet: 12, 59 and 4F. RGB value is (18,89,79). Sum of RGB (Red+Green+Blue) = 18+89+79=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 89 (35.16% from 255 or 47.85% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 89 - color contains mainly: green. Hex color #12594F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12594F is #EDA6B0. Grayscale: #424242. Windows color (decimal): -15574705 or 5200146. OLE color: 5200146.

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

Color convert

RGB 18 89 79 -
CMYK 0.80 0 0.11 0.65
HSL 171.55º 0.66% 0.21% -
HSV(B) 171.55º 0.8% 0.35% -
XYZ 5.23 7.84 8.63 -
YUV 66.63 134.98 93.31 -
System Red Green Blue C M Y K H S L
Decimal 18 89 79 0.80 0 0.11 0.65 171.55 0.66 0.21
Hex 12 59 4F 50 0 B 41 AC 42 15
Octal 22 131 117 120 0 13 101 254 102 25
Binary 10010 1011001 1001111 1010000 0 1011 1000001 10101100 1000010 10101

Color Harmonies of #12594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12594F

Black with #12594F

Text Example


Text Example

White with #12594F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12594F; }

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

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

background-color css

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

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

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

border-color css

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

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

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