Html Css Color HEX #12575F Blue Stone

📋 copy color: '#12575F'

red 18 ◦ green 87 ◦ blue 95

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

Shades of Blue Stone #12575F

Tints of Blue Stone #12575F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 43.5%

 BLUE value IS 95 (37.5% from 255) = 47.5%

R = 9%
G = 43.5%
B = 47.5%

CMYK

 C value IS 0.81

 M value IS 0.08

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#12575F (or 0x12575F) is known color: Blue Stone. HEX triplet: 12, 57 and 5F. RGB value is (18,87,95). Sum of RGB (Red+Green+Blue) = 18+87+95=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 95 - color contains mainly: blue. Hex color #12575F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12575F is #EDA8A0. Grayscale: #434343. Windows color (decimal): -15575201 or 6248210. OLE color: 6248210.

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

Color convert

RGB 18 87 95 -
CMYK 0.81 0.08 0 0.63
HSL 186.23º 0.68% 0.22% -
HSV(B) 186.23º 0.81% 0.37% -
XYZ 5.72 7.77 12.02 -
YUV 67.28 143.64 92.85 -
System Red Green Blue C M Y K H S L
Decimal 18 87 95 0.81 0.08 0 0.63 186.23 0.68 0.22
Hex 12 57 5F 51 8 0 3F BA 44 16
Octal 22 127 137 121 10 0 77 272 104 26
Binary 10010 1010111 1011111 1010001 1000 0 111111 10111010 1000100 10110

Color Harmonies of #12575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12575F

Black with #12575F

Text Example


Text Example

White with #12575F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,87,95); }

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

background-color css

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

 a { background-color: rgb(18,87,95); }

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

border-color css

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

 span { border-color: rgb(18,87,95); }

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