Html Css Color HEX #12695F Blue Stone

📋 copy color: '#12695F'

red 18 ◦ green 105 ◦ blue 95

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

Shades of Blue Stone #12695F

Tints of Blue Stone #12695F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 48.17%

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

R = 8.26%
G = 48.17%
B = 43.58%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#12695F (or 0x12695F) is known color: Blue Stone. HEX triplet: 12, 69 and 5F. RGB value is (18,105,95). Sum of RGB (Red+Green+Blue) = 18+105+95=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 105 (41.41% from 255 or 48.17% from 218); Blue value is 95 (37.5% from 255 or 43.58% from 218); Max value from RGB is 105 - color contains mainly: green. Hex color #12695F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12695F is #ED96A0. Grayscale: #4D4D4D. Windows color (decimal): -15570593 or 6252818. OLE color: 6252818.

HSL color Cylindrical-coordinate representation of color #12695F: hue angle of 173.1º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12695F is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 105 95 -
CMYK 0.83 0 0.10 0.59
HSL 173.1º 0.71% 0.24% -
HSV(B) 173.1º 0.83% 0.41% -
XYZ 7.37 11.06 12.57 -
YUV 77.85 137.68 85.31 -
System Red Green Blue C M Y K H S L
Decimal 18 105 95 0.83 0 0.10 0.59 173.1 0.71 0.24
Hex 12 69 5F 53 0 A 3B AD 47 18
Octal 22 151 137 123 0 12 73 255 107 30
Binary 10010 1101001 1011111 1010011 0 1010 111011 10101101 1000111 11000

Color Harmonies of #12695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12695F

Black with #12695F

Text Example


Text Example

White with #12695F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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