Html Css Color HEX #12635F Blue Stone

📋 copy color: '#12635F'

red 18 ◦ green 99 ◦ blue 95

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

Shades of Blue Stone #12635F

Tints of Blue Stone #12635F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.7%

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

R = 8.49%
G = 46.7%
B = 44.81%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#12635F (or 0x12635F) is known color: Blue Stone. HEX triplet: 12, 63 and 5F. RGB value is (18,99,95). Sum of RGB (Red+Green+Blue) = 18+99+95=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 99 - color contains mainly: green. Hex color #12635F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12635F is #ED9CA0. Grayscale: #4A4A4A. Windows color (decimal): -15572129 or 6251282. OLE color: 6251282.

HSL color Cylindrical-coordinate representation of color #12635F: hue angle of 177.04º 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 #12635F is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 18 99 95 -
CMYK 0.82 0 0.04 0.61
HSL 177.04º 0.69% 0.23% -
HSV(B) 177.04º 0.82% 0.39% -
XYZ 6.78 9.88 12.38 -
YUV 74.33 139.66 87.83 -
System Red Green Blue C M Y K H S L
Decimal 18 99 95 0.82 0 0.04 0.61 177.04 0.69 0.23
Hex 12 63 5F 52 0 4 3D B1 45 17
Octal 22 143 137 122 0 4 75 261 105 27
Binary 10010 1100011 1011111 1010010 0 100 111101 10110001 1000101 10111

Color Harmonies of #12635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12635F

Black with #12635F

Text Example


Text Example

White with #12635F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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