#12665B

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

Shades of Blue Stone #12665B

Tints of Blue Stone #12665B

Color information

#12665B (or 0x12665B) is unknown color: approx Blue Stone. HEX triplet: 12, 66 and 5B. RGB value is (18,102,91). Sum of RGB (Red+Green+Blue) = 18+102+91=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 102 (40.23% from 255 or 48.34% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 102 - color contains mainly: green. Hex color #12665B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12665B is #ED99A4. Grayscale: #4B4B4B. Windows color (decimal): -15571365 or 5989906. OLE color: 5989906.

HSL color Cylindrical-coordinate representation of color #12665B: hue angle of 172.14º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12665B is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB1810291-
CMYK0.8200.110.6
HSL172.14º70%23.53%-
HSV(B)172.14º82.35%40%-
XYZ6.8910.3911.54-
YUV75.63136.6786.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.53%
GREEN value IS 102 (40.23% from 255) = 48.34%
BLUE value IS 91 (35.94% from 255) = 43.13%
R=8.53%
G=48.34%
B=43.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18102910.8200.110.6172.147023.53
Hex12665B520B3Cac4618
Octal221461331220137425410630
Binary100101100110101101110100100101111110010101100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12665B; }

 p { color: rgb(18,102,91); }

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

<style>
 a { background-color: #12665B; }

 a { background-color: rgb(18,102,91); }

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

<style>
 span { border-color: #12665B; }

 span { border-color: rgb(18,102,91); }

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