#12636C

Color #12636C Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #12636C

Tints of Blue Stone #12636C

Color information

#12636C (or 0x12636C) is unknown color: approx Blue Stone. HEX triplet: 12, 63 and 6C. RGB value is (18,99,108). Sum of RGB (Red+Green+Blue) = 18+99+108=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #12636C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12636C is #ED9C93. Grayscale: #4B4B4B. Windows color (decimal): -15572116 or 7103250. OLE color: 7103250.

HSL color Cylindrical-coordinate representation of color #12636C: hue angle of 186º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12636C is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1899108-
CMYK0.830.0800.58
HSL186º71.43%24.71%-
HSV(B)186º83.33%42.35%-
XYZ7.4210.1315.75-
YUV75.81146.1686.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8%
GREEN value IS 99 (39.06% from 255) = 44%
BLUE value IS 108 (42.58% from 255) = 48%
R=8%
G=44%
B=48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18991080.830.0800.5818671.4324.71
Hex12636C53803Aba4719
Octal221431541231007227210731
Binary100101100011110110010100111000011101010111010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12636C; }

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

 H1.HeaderClassName
 {
   color: #12636C;
 }
 .AnyTagClassName
 {
   color: #12636C;
 }
</style>
background-color css

<style>
 a { background-color: #12636C; }

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

 div.DivClassName
 {
   background-color: #12636C;
 }
 .BgClassName
 {
   background-color: #12636C;
 }
</style>
border-color css

<style>
 span { border-color: #12636C; }

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

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