Html Css Color HEX #12645D Blue Stone

📋 copy color: '#12645D'

red 18 ◦ green 100 ◦ blue 93

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

Shades of Blue Stone #12645D

Tints of Blue Stone #12645D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 47.39%

 BLUE value IS 93 (36.72% from 255) = 44.08%

R = 8.53%
G = 47.39%
B = 44.08%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#12645D (or 0x12645D) is known color: Blue Stone. HEX triplet: 12, 64 and 5D. RGB value is (18,100,93). Sum of RGB (Red+Green+Blue) = 18+100+93=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 100 (39.45% from 255 or 47.39% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 100 - color contains mainly: green. Hex color #12645D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12645D is #ED9BA2. Grayscale: #4A4A4A. Windows color (decimal): -15571875 or 6120466. OLE color: 6120466.

HSL color Cylindrical-coordinate representation of color #12645D: hue angle of 174.88º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12645D is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB 18 100 93 -
CMYK 0.82 0 0.07 0.61
HSL 174.88º 0.69% 0.23% -
HSV(B) 174.88º 0.82% 0.39% -
XYZ 6.78 10.03 11.94 -
YUV 74.68 138.33 87.57 -
System Red Green Blue C M Y K H S L
Decimal 18 100 93 0.82 0 0.07 0.61 174.88 0.69 0.23
Hex 12 64 5D 52 0 7 3D AF 45 17
Octal 22 144 135 122 0 7 75 257 105 27
Binary 10010 1100100 1011101 1010010 0 111 111101 10101111 1000101 10111

Color Harmonies of #12645D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12645D

Black with #12645D

Text Example


Text Example

White with #12645D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12645D; }

 p { color: rgb(18,100,93); }

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

background-color css

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

 a { background-color: rgb(18,100,93); }

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

border-color css

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

 span { border-color: rgb(18,100,93); }

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