Html Css Color HEX #12595E Blue Stone

📋 copy color: '#12595E'

red 18 ◦ green 89 ◦ blue 94

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

Shades of Blue Stone #12595E

Tints of Blue Stone #12595E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 46.77%

R = 8.96%
G = 44.28%
B = 46.77%

CMYK

 C value IS 0.81

 M value IS 0.05

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#12595E (or 0x12595E) is known color: Blue Stone. HEX triplet: 12, 59 and 5E. RGB value is (18,89,94). Sum of RGB (Red+Green+Blue) = 18+89+94=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 94 (37.11% from 255 or 46.77% from 201); Max value from RGB is 94 - color contains mainly: blue. Hex color #12595E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12595E is #EDA6A1. Grayscale: #444444. Windows color (decimal): -15574690 or 6183186. OLE color: 6183186.

HSL color Cylindrical-coordinate representation of color #12595E: hue angle of 183.95º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12595E is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 18 89 94 -
CMYK 0.81 0.05 0 0.63
HSL 183.95º 0.68% 0.22% -
HSV(B) 183.95º 0.81% 0.37% -
XYZ 5.84 8.08 11.84 -
YUV 68.34 142.48 92.09 -
System Red Green Blue C M Y K H S L
Decimal 18 89 94 0.81 0.05 0 0.63 183.95 0.68 0.22
Hex 12 59 5E 51 5 0 3F B8 44 16
Octal 22 131 136 121 5 0 77 270 104 26
Binary 10010 1011001 1011110 1010001 101 0 111111 10111000 1000100 10110

Color Harmonies of #12595E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12595E

Black with #12595E

Text Example


Text Example

White with #12595E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12595E; }

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

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

background-color css

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

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

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

border-color css

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

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

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